@Entity public class AdditionalForeignKeyImpl extends Object implements ForeignKey
ForeignKey
,
Serialized FormModifier 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 ForeignKey
public void setManyToField(String manyToField)
setManyToField
in interface ForeignKey
public String getForeignKeyClass()
getForeignKeyClass
in interface ForeignKey
public void setForeignKeyClass(String foreignKeyClass)
setForeignKeyClass
in interface ForeignKey
public String getCurrentValue()
getCurrentValue
in interface ForeignKey
public void setCurrentValue(String currentValue)
setCurrentValue
in interface ForeignKey
public String getDataSourceName()
getDataSourceName
in interface ForeignKey
public void setDataSourceName(String dataSourceName)
setDataSourceName
in interface ForeignKey
public org.broadleafcommerce.common.presentation.client.ForeignKeyRestrictionType getRestrictionType()
getRestrictionType
in interface ForeignKey
public void setRestrictionType(org.broadleafcommerce.common.presentation.client.ForeignKeyRestrictionType restrictionType)
setRestrictionType
in interface ForeignKey
public String getDisplayValueProperty()
getDisplayValueProperty
in interface ForeignKey
public void setDisplayValueProperty(String displayValueProperty)
setDisplayValueProperty
in interface ForeignKey
public Long getId()
getId
in interface ForeignKey
getId
in interface PersistencePerspectiveItem
public void setId(Long id)
setId
in interface ForeignKey
setId
in interface PersistencePerspectiveItem
public String getOriginatingField()
getOriginatingField
in interface ForeignKey
public void setOriginatingField(String originatingField)
setOriginatingField
in interface ForeignKey
public String getSortField()
getSortField
in interface ForeignKey
public void setSortField(String sortField)
setSortField
in interface ForeignKey
public Boolean getSortAscending()
getSortAscending
in interface ForeignKey
public void setSortAscending(Boolean sortAscending)
setSortAscending
in interface ForeignKey
public PersistencePerspective getPersistencePerspective()
public void setPersistencePerspective(PersistencePerspective persistencePerspective)
public void accept(PersistencePerspectiveItemVisitor visitor)
accept
in interface PersistencePerspectiveItem
Copyright © 2021. All rights reserved.