public class DmDeploymentTaskTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<ContentItemTO> |
children
navigation child content items
|
protected String |
endpoint |
protected String |
internalName
the name of task specified by the creator
|
protected int |
numOfChildren
the number of deployment items in the task
|
Constructor and Description |
---|
DmDeploymentTaskTO() |
Modifier and Type | Method and Description |
---|---|
List<ContentItemTO> |
getChildren() |
String |
getEndpoint() |
String |
getInternalName() |
int |
getNumOfChildren() |
void |
setChildren(List<ContentItemTO> children) |
void |
setEndpoint(String endpoint) |
void |
setInternalName(String internalName) |
void |
setNumOfChildren(int numOfChildren) |
protected String internalName
protected int numOfChildren
protected List<ContentItemTO> children
protected String endpoint
public String getInternalName()
public void setInternalName(String internalName)
public int getNumOfChildren()
public void setNumOfChildren(int numOfChildren)
public List<ContentItemTO> getChildren()
public void setChildren(List<ContentItemTO> children)
public String getEndpoint()
public void setEndpoint(String endpoint)
Copyright © 2018 CrafterCMS. All rights reserved.