Package com.sas.lsaf.content.common
Class AbstractCreateInfo
java.lang.Object
com.sas.lsaf.content.common.AbstractCreateInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileCreateInfo
Represents all of the properties and attributes that can be set on a repository item during creation.
Abstract because this class should not be constructed directly, rather, a more detailed subclass should be constructed and used.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractCreateInfo(String path) AbstractCreateInfo(String parentPath, String name) -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) getPath()voidsetDescription(String description)
-
Constructor Details
-
AbstractCreateInfo
-
AbstractCreateInfo
-
-
Method Details
-
getPath
-
getDescription
-
setDescription
-
description
-