org.zeroexchange.model.resource.property
Class PropertySpecification
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
org.zeroexchange.model.resource.property.PropertySpecification
- All Implemented Interfaces:
- Serializable, Identifiable<Integer>
@Entity
public class PropertySpecification
- extends IntegerPKPersistent
The descriptor of the single resource property.
- Author:
- black
- See Also:
- Serialized Form
FIELD_RESOURCE
public static final String FIELD_RESOURCE
- See Also:
- Constant Field Values
FIELD_PROPERTY
public static final String FIELD_PROPERTY
- See Also:
- Constant Field Values
PropertySpecification
public PropertySpecification()
getResource
public Resource getResource()
- Returns:
- the resource
setResource
public void setResource(Resource resource)
- Parameters:
resource
- the resource to set
getProperty
public Property getProperty()
- Returns:
- the property
setProperty
public void setProperty(Property property)
- Parameters:
property
- the property to set
getValue
public Value getValue()
- Returns:
- the values
setValue
public void setValue(Value value)
- Parameters:
values
- the values to set
Copyright © 2013. All Rights Reserved.