public final class LaunchResourceStatus
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LaunchResourceStatus.LaunchStatusType |
Constructor and Description |
---|
LaunchResourceStatus(LaunchResourceStatus.LaunchStatusType type,
java.lang.String path,
java.lang.String title,
java.util.Calendar launchLastModif,
java.util.Calendar prodLastModif,
java.lang.String launchUserId,
java.lang.String productionUserId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Overridden to alter the preconditions when two launch statuses are
considered equal.
|
java.util.Date |
getLaunchModificationDate() |
java.lang.String |
getLaunchUserId() |
java.util.Date |
getProductionModificationDate() |
java.lang.String |
getProductionUserId() |
java.lang.String |
getResourcePath() |
java.lang.String |
getTitle() |
LaunchResourceStatus.LaunchStatusType |
getType() |
int |
hashCode()
Returns a hash code value for the object.
|
public LaunchResourceStatus(LaunchResourceStatus.LaunchStatusType type, java.lang.String path, java.lang.String title, java.util.Calendar launchLastModif, java.util.Calendar prodLastModif, java.lang.String launchUserId, java.lang.String productionUserId)
public LaunchResourceStatus.LaunchStatusType getType()
public java.lang.String getResourcePath()
public java.lang.String getTitle()
public java.util.Date getLaunchModificationDate()
public java.util.Date getProductionModificationDate()
public java.lang.String getLaunchUserId()
public java.lang.String getProductionUserId()
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- object to compare this object againsttrue
if this object is considered equal to the
other object, otherwise false
public int hashCode()
equals(java.lang.Object)
method implemented above.hashCode
in class java.lang.Object
Object.equals(java.lang.Object)
,
Hashtable
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"