com.atlassian.bamboo.core
Class BambooEntityObject

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
All Implemented Interfaces:
BambooIdProvider, BambooObject, java.lang.Cloneable
Direct Known Subclasses:
AbstractPlan, ArtifactDefinitionImpl, ArtifactSubscriptionImpl, AuditLogMessage, AuthorDataImpl, BambooTrustedApplicationImpl, BambooVcsBranchImpl, BandanaItem, BaseResultSummary, BranchCommitInformationImpl, BuildDefinitionXmlImpl, CapabilityImpl, CapabilitySetImpl, ChainStageImpl, ChainStageResultImpl, CommentImpl, CommitImpl, ConsumedSubscriptionImpl, DefaultArtifactLink, DefaultProject, ElasticImageConfigurationImpl, ElasticInstanceScheduleImpl, FieldValueItem, InstantMessagingServerDefinitionImpl, JiraServerDefinitionImpl, LabelImpl, LabellingImpl, LinkedJiraIssueImpl, LoginInformationImpl, MergeResultSummaryImpl, NotificationRuleImpl, NotificationSetImpl, PasswordResetTokenImpl, PipelineDefinitionImpl, PlanDependencyImpl, PlanRepositoryLinkImpl, PlanVcsRevisionHistoryItem, RemoteAgentAuthenticationImpl, RepositoryChangesetImpl, RepositoryDataEntityImpl, RequirementImpl, RequirementSetImpl, ScriptImpl, TestCaseImpl, TestCaseResultErrorImpl, TestCaseResultImpl, TestClassImpl, TestClassResultImpl, VariableContextSnapshotImpl, VariableDefinitionImpl, VariableSubstitutionImpl

public class BambooEntityObject
extends com.atlassian.core.bean.EntityObject
implements BambooObject


Field Summary
protected  long id
           
 
Constructor Summary
BambooEntityObject()
           
 
Method Summary
 long getId()
           
 void setId(long id)
           
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected long id
Constructor Detail

BambooEntityObject

public BambooEntityObject()
Method Detail

getId

public long getId()
Specified by:
getId in interface BambooIdProvider
Overrides:
getId in class com.atlassian.core.bean.EntityObject

setId

public void setId(long id)
Specified by:
setId in interface BambooObject
Overrides:
setId in class com.atlassian.core.bean.EntityObject


Copyright © 2012 Atlassian. All Rights Reserved.