public class Property extends BaseDbBean<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_GET |
| Constructor and Description |
|---|
Property()
Default constructor
|
Property(String name,
String value)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
convertAndSetId(String id) |
String |
getBeanUri() |
String |
getLogString() |
String |
getName()
Get the prefix name of the property
|
static String |
getRelURL(String id) |
String |
getValue()
Reurns the property values comma separated
|
void |
setBeanUri(String beanUri) |
void |
setName(String name)
Set the prefix name
|
void |
setValue(String value)
Set the value of the property
|
compareTo, getId, getKey, getLastUpdated, getRefURL, setId, setKey, setLastUpdated, setRefURLpublic static final String PROPERTY_GET
public String getName()
public void setName(String name)
name - public String getValue()
public void setValue(String value)
value - public String getBeanUri()
getBeanUri in class BaseDbBean<String>public void setBeanUri(String beanUri)
public void convertAndSetId(String id)
convertAndSetId in class BaseDbBean<String>public String getLogString()
Copyright © 2018. All rights reserved.