Class PlanIdentifierProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
-
- com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public class PlanIdentifierProperties extends AbstractPlanIdentifierProperties
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
key, oid
-
-
Constructor Summary
Constructors Constructor Description PlanIdentifierProperties(BambooKeyProperties projectKey, BambooKeyProperties key, BambooOidProperties oid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BambooKeyPropertiesgetProjectKey()inthashCode()booleanisFullKeyDefined()java.lang.StringtoString()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
getKey, getOid, isKeyDefined, isOidDefined
-
-
-
-
Constructor Detail
-
PlanIdentifierProperties
public PlanIdentifierProperties(BambooKeyProperties projectKey, BambooKeyProperties key, BambooOidProperties oid)
-
-
Method Detail
-
getProjectKey
public BambooKeyProperties getProjectKey()
-
isFullKeyDefined
public boolean isFullKeyDefined()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractPlanIdentifierProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractPlanIdentifierProperties
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractPlanIdentifierProperties
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classAbstractPlanIdentifierProperties
-
-