public class DataFileElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
DataFileElement()
Default constructor
|
DataFileElement(DataFileElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
DataFileProperties |
getDataFileProperties()
Return the properties of the file.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
int |
hashCode()
Return hash code for this object
|
void |
setDataFileProperties(DataFileProperties dataFileProperties)
Set up the data file properties.
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
String |
toString()
JSON-style toString
|
public DataFileElement()
public DataFileElement(DataFileElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic DataFileProperties getDataFileProperties()
public void setDataFileProperties(DataFileProperties dataFileProperties)
dataFileProperties - file propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.