@Indexed @Entity public class Property extends Object
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getKey() |
Date |
getModified() |
String |
getModifiedAddress() |
String |
getModifiedBy() |
String |
getValue() |
void |
setCreated(Date created) |
void |
setKey(String key) |
void |
setModified(Date modified) |
void |
setModifiedAddress(String modifiedAddress) |
void |
setModifiedBy(String modifiedBy) |
void |
setValue(String value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Date getCreated()
public void setCreated(Date created)
created - the created to setpublic Date getModified()
public void setModified(Date modified)
public String getModifiedBy()
public void setModifiedBy(String modifiedBy)
public String getModifiedAddress()
public void setModifiedAddress(String modifiedAddress)
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.