org.gcube.common.data
Class Record
java.lang.Object
org.gcube.common.data.Record
- All Implemented Interfaces:
- Serializable
public class Record
- extends Object
- implements Serializable
- Version:
- 0.1
- Author:
- David Uvalle, david.uvalle@gmail.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Record
public Record()
setDeleted
public void setDeleted(Boolean isDeleted)
- Parameters:
isDeleted - the isDeleted to set
IsDeleted
public Boolean IsDeleted()
- Returns:
- the isDeleted
setMetadataNamespaceURI
public void setMetadataNamespaceURI(String metadataNamespaceURI)
- Parameters:
metadataNamespaceURI - the metadataNamespaceURI to set
getMetadataNamespaceURI
public String getMetadataNamespaceURI()
- Returns:
- the metadataNamespaceURI
getSerialversionuid
public static long getSerialversionuid()
- Returns:
- the serialversionuid
getMetadataPrefix
public String getMetadataPrefix()
- Returns:
- the metadataPrefix
getHeader
public Header getHeader()
setHeader
public void setHeader(Header header)
getMetadata
public Metadata getMetadata()
setMetadata
public void setMetadata(Metadata metadata)
setMetadataElement
public void setMetadataElement(org.apache.axiom.om.OMElement metadataElement)
- Parameters:
metadataElement - the metadataElement to set
setMetadataPrefix
public void setMetadataPrefix(String metadataPrefix)
- Parameters:
metadataPrefix - the metadataPrefix to set
getMetadataElement
public org.apache.axiom.om.OMElement getMetadataElement()
- Returns:
- the metadataElement
Copyright © 2013. All Rights Reserved.