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