public class AssetTypeBase
extends Object
implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AssetTypeBase.ScopeEnum
Visibility of the assettype.
|
Constructor and Description |
---|
AssetTypeBase() |
Modifier and Type | Method and Description |
---|---|
AssetTypeBase |
addFileAssignmentsItem(FileAssignment fileAssignmentsItem) |
AssetTypeBase |
addVariablesItem(VariableDefinition variablesItem) |
AssetTypeBase |
description(String description) |
boolean |
equals(Object o) |
AssetTypeBase |
fileAssignments(List<FileAssignment> fileAssignments) |
String |
getDescription()
description
|
List<FileAssignment> |
getFileAssignments()
Get fileAssignments
|
String |
getName()
The type's name.
|
String |
getParentTypeId()
Get parentTypeId
|
AssetTypeBase.ScopeEnum |
getScope()
Visibility of the assettype.
|
List<VariableDefinition> |
getVariables()
Direct variables of the asset-type.
|
int |
hashCode() |
AssetTypeBase |
instantiable(Boolean instantiable) |
Boolean |
isInstantiable()
If instances can be created from this type.
|
AssetTypeBase |
name(String name) |
AssetTypeBase |
parentTypeId(String parentTypeId) |
AssetTypeBase |
scope(AssetTypeBase.ScopeEnum scope) |
void |
setDescription(String description) |
void |
setFileAssignments(List<FileAssignment> fileAssignments) |
void |
setInstantiable(Boolean instantiable) |
void |
setName(String name) |
void |
setParentTypeId(String parentTypeId) |
void |
setScope(AssetTypeBase.ScopeEnum scope) |
void |
setVariables(List<VariableDefinition> variables) |
String |
toString() |
AssetTypeBase |
variables(List<VariableDefinition> variables) |
public AssetTypeBase name(String name)
public String getName()
public void setName(String name)
public AssetTypeBase description(String description)
public String getDescription()
public void setDescription(String description)
public AssetTypeBase parentTypeId(String parentTypeId)
public String getParentTypeId()
public void setParentTypeId(String parentTypeId)
public AssetTypeBase instantiable(Boolean instantiable)
public Boolean isInstantiable()
public void setInstantiable(Boolean instantiable)
public AssetTypeBase scope(AssetTypeBase.ScopeEnum scope)
public AssetTypeBase.ScopeEnum getScope()
public void setScope(AssetTypeBase.ScopeEnum scope)
public AssetTypeBase variables(List<VariableDefinition> variables)
public AssetTypeBase addVariablesItem(VariableDefinition variablesItem)
public List<VariableDefinition> getVariables()
public void setVariables(List<VariableDefinition> variables)
public AssetTypeBase fileAssignments(List<FileAssignment> fileAssignments)
public AssetTypeBase addFileAssignmentsItem(FileAssignment fileAssignmentsItem)
public List<FileAssignment> getFileAssignments()
public void setFileAssignments(List<FileAssignment> fileAssignments)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object