public abstract class AbstractCreateInfo extends Object implements Serializable
Abstract because this class should not be constructed directly, rather, a more detailed subclass should be constructed and used.
Constructor and Description |
---|
AbstractCreateInfo(String path) |
AbstractCreateInfo(String parentPath,
String name) |
Modifier and Type | Method and Description |
---|---|
AbstractCreateInfo |
description(String description) |
String |
getDescription() |
String |
getPath() |
void |
setDescription(String description) |
public AbstractCreateInfo(String path)
public String getPath()
public String getDescription()
public void setDescription(String description)
public AbstractCreateInfo description(String description)
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>