org.broadleafcommerce.openadmin.server.domain
Interface ForeignKey
- All Superinterfaces:
- PersistencePerspectiveItem, java.io.Serializable
- All Known Implementing Classes:
- AdditionalForeignKeyImpl, ForeignKeyImpl
public interface ForeignKey
- extends PersistencePerspectiveItem
getManyToField
java.lang.String getManyToField()
setManyToField
void setManyToField(java.lang.String manyToField)
getForeignKeyClass
java.lang.String getForeignKeyClass()
setForeignKeyClass
void setForeignKeyClass(java.lang.String foreignKeyClass)
getCurrentValue
java.lang.String getCurrentValue()
setCurrentValue
void setCurrentValue(java.lang.String currentValue)
getDataSourceName
java.lang.String getDataSourceName()
setDataSourceName
void setDataSourceName(java.lang.String dataSourceName)
getRestrictionType
ForeignKeyRestrictionType getRestrictionType()
setRestrictionType
void setRestrictionType(ForeignKeyRestrictionType restrictionType)
getDisplayValueProperty
java.lang.String getDisplayValueProperty()
setDisplayValueProperty
void setDisplayValueProperty(java.lang.String displayValueProperty)
getId
java.lang.Long getId()
- Specified by:
getId in interface PersistencePerspectiveItem
setId
void setId(java.lang.Long id)
- Specified by:
setId in interface PersistencePerspectiveItem
Copyright © 2011. All Rights Reserved.