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 PropertyEntity
public void setName(String name)
setName
in interface PropertyEntity
public int getRevision()
getRevision
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
public String getValue()
getValue
in interface PropertyEntity
public void setValue(String value)
setValue
in interface PropertyEntity
public String getId()
getId
in interface Entity
getId
in interface PropertyEntity
public Object getPersistentState()
Entity
getPersistentState
in interface Entity
getPersistentState
in interface PropertyEntity
public int getRevisionNext()
getRevisionNext
in interface HasRevision
Copyright © 2015 Alfresco. All rights reserved.