Package com.opentext.ia.sdk.dto
Class FileSystemRoot
- java.lang.Object
-
- com.opentext.ia.sdk.support.JavaBean
-
- com.opentext.ia.sdk.support.http.rest.LinkContainer
-
- com.opentext.ia.sdk.dto.NamedLinkContainer
-
- com.opentext.ia.sdk.dto.FileSystemRoot
-
public class FileSystemRoot extends NamedLinkContainer
-
-
Constructor Summary
Constructors Constructor Description FileSystemRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getPath()
java.lang.String
getType()
void
setDescription(java.lang.String description)
void
setPath(java.lang.String path)
void
setType(java.lang.String type)
-
Methods inherited from class com.opentext.ia.sdk.dto.NamedLinkContainer
getLastModifiedBy, getLastModifiedDate, getName, setLastModifiedBy, setLastModifiedDate, setName
-
Methods inherited from class com.opentext.ia.sdk.support.http.rest.LinkContainer
getLinks, getSelfUri, getUri, setLinks
-
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
-