Package com.atlassian.bamboo.core
Class BambooEntityObject
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,Cloneable
- Direct Known Subclasses:
AgentAssignmentImpl
,AuthorDataImpl
,BambooEntityWithOid
,BambooTrustedApplicationImpl
,BambooVcsBranchImpl
,BaseResultSummary
,BranchCommitInformationImpl
,BuildDefinitionXmlImpl
,CapabilityImpl
,CapabilitySetImpl
,ChainStageResultImpl
,CommentImpl
,CommitImpl
,ConsumedSubscriptionImpl
,DefaultArtifactLink
,DeploymentVersionPlanResultKey
,ElasticImageConfigurationImpl
,ElasticInstanceScheduleImpl
,EnvironmentRepositoryLinkImpl
,HibernateBambooEntityObject
,InstantMessagingServerDefinitionImpl
,LinkedJiraIssueImpl
,MergeResultSummaryImpl
,MutableDeploymentResultImpl
,MutableDeploymentVersionImpl
,MutableDeploymentVersionLinkedJiraIssueImpl
,MutableDeploymentVersionStatusImpl
,MutableDeploymentVersionVcsChangesetImpl
,MutableDeploymentVersionVcsCommitImpl
,MutableEnvironmentImpl
,MutableVersionNamingSchemeImpl
,NotificationRuleImpl
,NotificationSetImpl
,PasswordResetTokenImpl
,PipelineDefinitionImpl
,PlanBuildNumbersImpl
,PlanDependencyImpl
,RemoteAgentAuthenticationImpl
,RepositoryChangesetImpl
,RequirementImpl
,RequirementSetImpl
,ScriptImpl
,StageVariableContextImpl
,TestCaseImpl
,TestCaseResultErrorImpl
,TestClassImpl
,TrustedKeyImpl
,VariableBaselineItemImpl
,VariableContextBaselineImpl
,VariableContextSnapshotImpl
,VariableDefinitionImpl
,VariableSubstitutionImpl
@Deprecated
public class BambooEntityObject
extends com.atlassian.core.bean.EntityObject
implements BambooObject
Deprecated.
since 5.10 use HibernateBambooEntityObject.
Exists only to change the default id to -1 (for backward compatibility).
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
BambooEntityObject
public BambooEntityObject()Deprecated.
-