public interface Metadata
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
get the description
|
java.lang.String |
getFeature()
get the feature
|
java.lang.String |
getKey()
get the key
|
java.util.Date |
getLastUpdated()
get the last-updated date
|
java.lang.String |
getLocale()
get the locale
|
long |
getObjectId()
get the object ID of the source record.
|
java.lang.String |
getRel()
get the relationship
|
java.lang.String |
getSource()
get the source
|
java.lang.String |
getType()
Gets the domain-specific type of object.
|
java.lang.String |
getValue()
get the value
|
void |
setObjectId(long id)
set the object ID of the source record
|
java.lang.String getType()
long getObjectId()
void setObjectId(long id)
id
- the idjava.lang.String getKey()
java.lang.String getRel()
java.lang.String getValue()
java.lang.String getFeature()
java.lang.String getLocale()
java.lang.String getSource()
java.lang.String getDescription()
java.util.Date getLastUpdated()
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.