Class Deployment
- java.lang.Object
-
- org.alfresco.rest.workflow.api.model.Deployment
-
public class Deployment extends Object
-
-
Constructor Summary
Constructors Constructor Description Deployment()Deployment(org.activiti.engine.repository.Deployment deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()DategetDeployedAt()StringgetId()StringgetName()voidsetCategory(String category)voidsetDeployedAt(Date deployedAt)voidsetId(String id)voidsetName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getDeployedAt
public Date getDeployedAt()
-
setDeployedAt
public void setDeployedAt(Date deployedAt)
-
-