@Entity public class ForeignKeyImpl extends PersistencePerspectiveItemImpl implements ForeignKey
ForeignKey
,
Serialized FormModifier 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 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
getId
in class PersistencePerspectiveItemImpl
public void setId(Long id)
setId
in interface ForeignKey
setId
in interface PersistencePerspectiveItem
setId
in class PersistencePerspectiveItemImpl
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 String toString()
toString
in class PersistencePerspectiveItemImpl
public int hashCode()
hashCode
in class PersistencePerspectiveItemImpl
public boolean equals(Object obj)
equals
in class PersistencePerspectiveItemImpl
public void accept(PersistencePerspectiveItemVisitor visitor)
accept
in interface PersistencePerspectiveItem
accept
in class PersistencePerspectiveItemImpl
Copyright © 2019. All rights reserved.