Class AbstractCreateInfo

java.lang.Object
com.sas.lsaf.content.common.AbstractCreateInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileCreateInfo

public abstract class AbstractCreateInfo extends Object implements Serializable
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 Details

    • AbstractCreateInfo

      public AbstractCreateInfo(String path)
    • AbstractCreateInfo

      public AbstractCreateInfo(String parentPath, String name)
  • Method Details

    • getPath

      public String getPath()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • description

      public AbstractCreateInfo description(String description)