org.broadleafcommerce.openadmin.server.domain
Class AdditionalForeignKeyImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.AdditionalForeignKeyImpl
- All Implemented Interfaces:
- java.io.Serializable, ForeignKey, PersistencePerspectiveItem
@Entity
public class AdditionalForeignKeyImpl
- extends java.lang.Object
- implements ForeignKey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
manyToField
protected java.lang.String manyToField
foreignKeyClass
protected java.lang.String foreignKeyClass
currentValue
protected java.lang.String currentValue
dataSourceName
protected java.lang.String dataSourceName
restrictionType
protected ForeignKeyRestrictionType restrictionType
displayValueProperty
protected java.lang.String displayValueProperty
persistencePerspective
protected PersistencePerspective persistencePerspective
AdditionalForeignKeyImpl
public AdditionalForeignKeyImpl()
getManyToField
public java.lang.String getManyToField()
- Specified by:
getManyToField in interface ForeignKey
setManyToField
public void setManyToField(java.lang.String manyToField)
- Specified by:
setManyToField in interface ForeignKey
getForeignKeyClass
public java.lang.String getForeignKeyClass()
- Specified by:
getForeignKeyClass in interface ForeignKey
setForeignKeyClass
public void setForeignKeyClass(java.lang.String foreignKeyClass)
- Specified by:
setForeignKeyClass in interface ForeignKey
getCurrentValue
public java.lang.String getCurrentValue()
- Specified by:
getCurrentValue in interface ForeignKey
setCurrentValue
public void setCurrentValue(java.lang.String currentValue)
- Specified by:
setCurrentValue in interface ForeignKey
getDataSourceName
public java.lang.String getDataSourceName()
- Specified by:
getDataSourceName in interface ForeignKey
setDataSourceName
public void setDataSourceName(java.lang.String dataSourceName)
- Specified by:
setDataSourceName in interface ForeignKey
getRestrictionType
public ForeignKeyRestrictionType getRestrictionType()
- Specified by:
getRestrictionType in interface ForeignKey
setRestrictionType
public void setRestrictionType(ForeignKeyRestrictionType restrictionType)
- Specified by:
setRestrictionType in interface ForeignKey
getDisplayValueProperty
public java.lang.String getDisplayValueProperty()
- Specified by:
getDisplayValueProperty in interface ForeignKey
setDisplayValueProperty
public void setDisplayValueProperty(java.lang.String displayValueProperty)
- Specified by:
setDisplayValueProperty in interface ForeignKey
getId
public java.lang.Long getId()
- Specified by:
getId in interface ForeignKey- Specified by:
getId in interface PersistencePerspectiveItem
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface ForeignKey- Specified by:
setId in interface PersistencePerspectiveItem
getPersistencePerspective
public PersistencePerspective getPersistencePerspective()
setPersistencePerspective
public void setPersistencePerspective(PersistencePerspective persistencePerspective)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
accept
public void accept(PersistencePerspectiveItemVisitor visitor)
- Specified by:
accept in interface PersistencePerspectiveItem
Copyright © 2011. All Rights Reserved.