Class StagingStatus
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.StagingStatus
-
- All Implemented Interfaces:
Serializable
public class StagingStatus extends Object implements Serializable
Content staging package status for an entity.- Author:
- plyhun
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StagingStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getPackageName()
Get content staging package name.int
hashCode()
boolean
isIncluded()
Is the entity included in the given package?StagingStatus
setIncluded(boolean included)
Set the entity inclusion status in the given package.StagingStatus
setPackageName(String packageName)
Set content staging package name.String
toString()
-
-
-
Method Detail
-
getPackageName
public String getPackageName()
Get content staging package name.- Returns:
-
setPackageName
public StagingStatus setPackageName(String packageName)
Set content staging package name.- Parameters:
packageName
-- Returns:
- fluent API
-
isIncluded
public boolean isIncluded()
Is the entity included in the given package?- Returns:
-
setIncluded
public StagingStatus setIncluded(boolean included)
Set the entity inclusion status in the given package.- Parameters:
included
-- Returns:
- fluent API
-
-