@Entity public class AdditionalForeignKeyImpl extends Object implements ForeignKey
ForeignKey,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
currentValue |
protected String |
dataSourceName |
protected String |
displayValueProperty |
protected String |
foreignKeyClass |
protected Long |
id |
protected String |
manyToField |
protected String |
originatingField |
protected PersistencePerspective |
persistencePerspective |
protected org.broadleafcommerce.common.presentation.client.ForeignKeyRestrictionType |
restrictionType |
| Constructor and Description |
|---|
AdditionalForeignKeyImpl() |
protected Long id
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 PersistencePerspective persistencePerspective
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 PersistencePerspectiveItempublic void setId(Long id)
setId in interface ForeignKeysetId in interface PersistencePerspectiveItempublic 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 PersistencePerspective getPersistencePerspective()
public void setPersistencePerspective(PersistencePerspective persistencePerspective)
public void accept(PersistencePerspectiveItemVisitor visitor)
accept in interface PersistencePerspectiveItemCopyright © 2021. All rights reserved.