public class Property extends Object implements Serializable
| Constructor and Description |
|---|
Property(String description,
String property,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId()
Returns the id of the entity in persistent storage
|
String |
getProperty() |
String |
getValue() |
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents.
|
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setProperty(String property) |
void |
setValue(String value) |
protected void |
setVersionNumber(Long versionNumber) |
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public String getDescription()
public void setDescription(String description)
public String getProperty()
public void setProperty(String property)
public String getValue()
public void setValue(String value)
Copyright © 2013. All Rights Reserved.