Package com.adobe.cq.launches.api
Class LaunchResourceStatus
java.lang.Object
com.adobe.cq.launches.api.LaunchResourceStatus
Launch status compared to production.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLaunchResourceStatus(LaunchResourceStatus.LaunchStatusType type, String path, String title, Calendar launchLastModif, Calendar prodLastModif, String launchUserId, String productionUserId) -
Method Summary
-
Constructor Details
-
LaunchResourceStatus
-
-
Method Details
-
getType
-
getResourcePath
-
getTitle
-
getLaunchModificationDate
-
getProductionModificationDate
-
getLaunchUserId
-
getProductionUserId
-
equals
Overridden to alter the preconditions when two launch statuses are considered equal. -
hashCode
public int hashCode()Returns a hash code value for the object. Replaced in order to return the same hashcode for two objects that are considered equal according to theequals(java.lang.Object)method implemented above.
-