org.zeroexchange.model.resource.property
Class Property
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
org.zeroexchange.model.resource.property.Property
- All Implemented Interfaces:
- Serializable, TitlesAware<Property,PropertyStrings>, Identifiable<Integer>, BasicContainerTypes
- Direct Known Subclasses:
- DictionaryProperty
@Entity
public class Property
- extends IntegerPKPersistent
- implements BasicContainerTypes, TitlesAware<Property,PropertyStrings>
The base class for the definitions of the properties of the exchangeable items.
- Author:
- black
- See Also:
- Serialized Form
PROP_UOM
public static final String PROP_UOM
- See Also:
- Constant Field Values
PROP_CURRENCY
public static final String PROP_CURRENCY
- See Also:
- Constant Field Values
FIELD_CATEGORY
public static final String FIELD_CATEGORY
- See Also:
- Constant Field Values
FIELD_NAME
public static final String FIELD_NAME
- See Also:
- Constant Field Values
Property
public Property()
getName
public String getName()
setName
public void setName(String name)
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
getPropertyType
public PropertyType getPropertyType()
setPropertyType
public void setPropertyType(PropertyType propertyType)
getContainerType
public int getContainerType()
setContainerType
public void setContainerType(Integer containerType)
getTitles
public PropertyStrings getTitles()
- Gets the titles.
- Specified by:
getTitles
in interface TitlesAware<Property,PropertyStrings>
setTitles
public void setTitles(PropertyStrings titles)
getDictionary
public String getDictionary()
setDictionary
public void setDictionary(String dictionary)
Copyright © 2013. All Rights Reserved.