org.broadleafcommerce.openadmin.server.domain
Class AdditionalForeignKeyImpl

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String currentValue
           
protected  java.lang.String dataSourceName
           
protected  java.lang.String displayValueProperty
           
protected  java.lang.String foreignKeyClass
           
protected  java.lang.Long id
           
protected  java.lang.String manyToField
           
protected  PersistencePerspective persistencePerspective
           
protected  ForeignKeyRestrictionType restrictionType
           
 
Constructor Summary
AdditionalForeignKeyImpl()
           
 
Method Summary
 void accept(PersistencePerspectiveItemVisitor visitor)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCurrentValue()
           
 java.lang.String getDataSourceName()
           
 java.lang.String getDisplayValueProperty()
           
 java.lang.String getForeignKeyClass()
           
 java.lang.Long getId()
           
 java.lang.String getManyToField()
           
 PersistencePerspective getPersistencePerspective()
           
 ForeignKeyRestrictionType getRestrictionType()
           
 int hashCode()
           
 void setCurrentValue(java.lang.String currentValue)
           
 void setDataSourceName(java.lang.String dataSourceName)
           
 void setDisplayValueProperty(java.lang.String displayValueProperty)
           
 void setForeignKeyClass(java.lang.String foreignKeyClass)
           
 void setId(java.lang.Long id)
           
 void setManyToField(java.lang.String manyToField)
           
 void setPersistencePerspective(PersistencePerspective persistencePerspective)
           
 void setRestrictionType(ForeignKeyRestrictionType restrictionType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AdditionalForeignKeyImpl

public AdditionalForeignKeyImpl()
Method Detail

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.