org.broadleafcommerce.openadmin.server.domain
Class PropertyImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.PropertyImpl
- All Implemented Interfaces:
- java.io.Serializable, Property
@Entity
public class PropertyImpl
- extends java.lang.Object
- implements Property
- Author:
- jfischer
- 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
name
protected java.lang.String name
displayValue
protected java.lang.String displayValue
isDirty
protected java.lang.Boolean isDirty
entity
protected Entity entity
secondaryType
protected SupportedFieldType secondaryType
PropertyImpl
public PropertyImpl()
getName
public java.lang.String getName()
- Specified by:
getName in interface Property
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface Property
getValue
public java.lang.String getValue()
- Specified by:
getValue in interface Property
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue in interface Property
getDisplayValue
public java.lang.String getDisplayValue()
- Specified by:
getDisplayValue in interface Property
setDisplayValue
public void setDisplayValue(java.lang.String displayValue)
- Specified by:
setDisplayValue in interface Property
getEntity
public Entity getEntity()
- Specified by:
getEntity in interface Property
- Returns:
- the entity
setEntity
public void setEntity(Entity entity)
- Specified by:
setEntity in interface Property
- Parameters:
entity - the entity to set
getId
public java.lang.Long getId()
- Specified by:
getId in interface Property
- Returns:
- the id
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface Property
- Parameters:
id - the id to set
getIsDirty
public java.lang.Boolean getIsDirty()
- Specified by:
getIsDirty in interface Property
setIsDirty
public void setIsDirty(java.lang.Boolean isDirty)
- Specified by:
setIsDirty in interface Property
getSecondaryType
public SupportedFieldType getSecondaryType()
- Specified by:
getSecondaryType in interface Property
setSecondaryType
public void setSecondaryType(SupportedFieldType secondaryType)
- Specified by:
setSecondaryType in interface Property
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
Copyright © 2011. All Rights Reserved.