public abstract class BaseDbBean<K> extends BaseBean implements Comparable<BaseDbBean<K>>
Constructor and Description |
---|
BaseDbBean() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BaseDbBean<K> o) |
abstract void |
convertAndSetId(String id) |
abstract String |
getBeanUri() |
K |
getId()
Returns the ID of the object
|
K |
getKey()
Unique ID value for the bean.
|
RFC3339Date |
getLastUpdated()
Get the time this object was last Updated
|
String |
getRefURL() |
void |
setId(K id)
Sets the ID of the object
|
void |
setKey(K id) |
void |
setLastUpdated(RFC3339Date lastUpdated)
Set the time this FieldSet was last updated
|
void |
setRefURL(String refUrl) |
public K getKey()
public void setKey(K id)
public K getId()
public abstract void convertAndSetId(String id)
public void setId(K id)
id
- ID of the objectpublic abstract String getBeanUri()
public String getRefURL()
public void setRefURL(String refUrl)
public RFC3339Date getLastUpdated()
public void setLastUpdated(RFC3339Date lastUpdated)
lastUpdated
- the time this FieldSet was last updatedpublic int compareTo(BaseDbBean<K> o)
compareTo
in interface Comparable<BaseDbBean<K>>
Copyright © 2018. All rights reserved.