org.broadleafcommerce.openadmin.dto
Class Property

java.lang.Object
  extended by org.broadleafcommerce.openadmin.dto.Property
All Implemented Interfaces:
Serializable

public class Property
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Field Summary
protected  String displayValue
           
protected  boolean isAdvancedCollection
           
protected  Boolean isDirty
           
protected  FieldMetadata metadata
           
protected  String name
           
protected  String rawValue
           
protected  String unHtmlEncodedValue
           
protected  String value
           
 
Constructor Summary
Property()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDisplayValue()
           
 Boolean getIsDirty()
           
 FieldMetadata getMetadata()
           
 String getName()
           
 String getRawValue()
           
 String getUnHtmlEncodedValue()
           
 String getValue()
           
 int hashCode()
           
 boolean isAdvancedCollection()
           
 void setAdvancedCollection(boolean advancedCollection)
           
 void setDisplayValue(String displayValue)
           
 void setIsDirty(Boolean isDirty)
           
 void setMetadata(FieldMetadata metadata)
           
 void setName(String name)
           
 void setRawValue(String rawValue)
           
 void setUnHtmlEncodedValue(String unHtmlEncodedValue)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value

displayValue

protected String displayValue

metadata

protected FieldMetadata metadata

isAdvancedCollection

protected boolean isAdvancedCollection

isDirty

protected Boolean isDirty

unHtmlEncodedValue

protected String unHtmlEncodedValue

rawValue

protected String rawValue
Constructor Detail

Property

public Property()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

getMetadata

public FieldMetadata getMetadata()

setMetadata

public void setMetadata(FieldMetadata metadata)

getDisplayValue

public String getDisplayValue()

setDisplayValue

public void setDisplayValue(String displayValue)

getIsDirty

public Boolean getIsDirty()

setIsDirty

public void setIsDirty(Boolean isDirty)

getUnHtmlEncodedValue

public String getUnHtmlEncodedValue()

setUnHtmlEncodedValue

public void setUnHtmlEncodedValue(String unHtmlEncodedValue)

getRawValue

public String getRawValue()

setRawValue

public void setRawValue(String rawValue)

isAdvancedCollection

public boolean isAdvancedCollection()

setAdvancedCollection

public void setAdvancedCollection(boolean advancedCollection)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.