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