@Entity public class ForeignKeyImpl extends PersistencePerspectiveItemImpl implements ForeignKey
ForeignKey,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
currentValue |
protected String |
dataSourceName |
protected String |
displayValueProperty |
protected String |
foreignKeyClass |
protected String |
manyToField |
protected String |
originatingField |
protected org.broadleafcommerce.common.presentation.client.ForeignKeyRestrictionType |
restrictionType |
protected Boolean |
sortAscending |
protected String |
sortField |
id| Constructor and Description |
|---|
ForeignKeyImpl() |
protected String manyToField
protected String originatingField
protected String foreignKeyClass
protected String currentValue
protected String dataSourceName
protected org.broadleafcommerce.common.presentation.client.ForeignKeyRestrictionType restrictionType
protected String displayValueProperty
protected String sortField
protected Boolean sortAscending
public String getManyToField()
getManyToField in interface ForeignKeypublic void setManyToField(String manyToField)
setManyToField in interface ForeignKeypublic String getForeignKeyClass()
getForeignKeyClass in interface ForeignKeypublic void setForeignKeyClass(String foreignKeyClass)
setForeignKeyClass in interface ForeignKeypublic String getCurrentValue()
getCurrentValue in interface ForeignKeypublic void setCurrentValue(String currentValue)
setCurrentValue in interface ForeignKeypublic String getDataSourceName()
getDataSourceName in interface ForeignKeypublic void setDataSourceName(String dataSourceName)
setDataSourceName in interface ForeignKeypublic org.broadleafcommerce.common.presentation.client.ForeignKeyRestrictionType getRestrictionType()
getRestrictionType in interface ForeignKeypublic void setRestrictionType(org.broadleafcommerce.common.presentation.client.ForeignKeyRestrictionType restrictionType)
setRestrictionType in interface ForeignKeypublic String getDisplayValueProperty()
getDisplayValueProperty in interface ForeignKeypublic void setDisplayValueProperty(String displayValueProperty)
setDisplayValueProperty in interface ForeignKeypublic Long getId()
getId in interface ForeignKeygetId in interface PersistencePerspectiveItemgetId in class PersistencePerspectiveItemImplpublic void setId(Long id)
setId in interface ForeignKeysetId in interface PersistencePerspectiveItemsetId in class PersistencePerspectiveItemImplpublic String getOriginatingField()
getOriginatingField in interface ForeignKeypublic void setOriginatingField(String originatingField)
setOriginatingField in interface ForeignKeypublic String getSortField()
getSortField in interface ForeignKeypublic void setSortField(String sortField)
setSortField in interface ForeignKeypublic Boolean getSortAscending()
getSortAscending in interface ForeignKeypublic void setSortAscending(Boolean sortAscending)
setSortAscending in interface ForeignKeypublic String toString()
toString in class PersistencePerspectiveItemImplpublic int hashCode()
hashCode in class PersistencePerspectiveItemImplpublic boolean equals(Object obj)
equals in class PersistencePerspectiveItemImplpublic void accept(PersistencePerspectiveItemVisitor visitor)
accept in interface PersistencePerspectiveItemaccept in class PersistencePerspectiveItemImplCopyright © 2019. All rights reserved.