Package com.sas.services.information
Class ContentInfo
java.lang.Object
com.sas.services.information.ContentInfo
- All Implemented Interfaces:
Serializable
public class ContentInfo
extends Object
implements Serializable
This is a simple, immutable class for representing the content information
for a folder.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ContentInfo
public ContentInfo(String root, String path, String userId, String password)
-
-
Method Details
-
getRoot
public final String getRoot() -
getPath
public final String getPath() -
getUserId
public final String getUserId() -
getPassword
public final String getPassword() -
toString
public final String toString()- Overrides:
toStringin classObject
-