com.atlassian.bamboo.core
Class BambooEntityObject

java.lang.Object
  extended by EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
All Implemented Interfaces:
BambooObject
Direct Known Subclasses:
AbstractBuildResultsSummary, AuditLogMessage, AuthorImpl, BuildDefinitionXmlImpl, CommentImpl, CommitImpl, DefaultBuild, DefaultProject, FieldValueItem, InstantMessagingServerDefinitionImpl, JiraServerDefinitionImpl, LabelImpl, LabellingImpl, PipelineDefinition

public class BambooEntityObject
extends EntityObject
implements BambooObject


Field Summary
protected  long id
           
 
Constructor Summary
BambooEntityObject()
           
 
Method Summary
 long getId()
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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 BambooObject

setId

public void setId(long id)
Specified by:
setId in interface BambooObject


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.