public class PropertyEntityImpl extends Object implements PropertyEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
revision |
protected String |
value |
| Constructor and Description |
|---|
PropertyEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
int |
getRevision() |
int |
getRevisionNext() |
String |
getValue() |
void |
setId(String id) |
void |
setName(String name) |
void |
setRevision(int revision) |
void |
setValue(String value) |
String |
toString() |
protected String name
protected int revision
protected String value
public String getName()
getName in interface PropertyEntitypublic void setName(String name)
setName in interface PropertyEntitypublic int getRevision()
getRevision in interface HasRevisionpublic void setRevision(int revision)
setRevision in interface HasRevisionpublic String getValue()
getValue in interface PropertyEntitypublic void setValue(String value)
setValue in interface PropertyEntitypublic String getId()
getId in interface EntitygetId in interface PropertyEntitypublic Object getPersistentState()
EntitygetPersistentState in interface EntitygetPersistentState in interface PropertyEntitypublic int getRevisionNext()
getRevisionNext in interface HasRevisionCopyright © 2015 Alfresco. All rights reserved.