Package com.atlassian.crowd.model
Class InternalEntity
java.lang.Object
com.atlassian.crowd.model.InternalEntity
- All Implemented Interfaces:
TimestampedEntity,Serializable
- Direct Known Subclasses:
ApplicationImpl,DirectoryImpl,InternalDirectoryEntity
@Deprecated
public abstract class InternalEntity
extends Object
implements Serializable, TimestampedEntity
Deprecated.
since 3.6.0.
Superclass for internally stored data objects.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedInternalEntity(InternalEntityTemplate template) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanDeprecated.Deprecated.Returns the date the entity was created.getId()Deprecated.getName()Deprecated.Deprecated.Returns the date the entity was last updated.abstract inthashCode()Deprecated.booleanisActive()Deprecated.protected voidsetActive(boolean active) Deprecated.voidsetCreatedDate(Date createdDate) Deprecated.voidDeprecated.protected voidDeprecated.voidsetUpdatedDate(Date updatedDate) Deprecated.voidDeprecated.
-
Field Details
-
id
Deprecated. -
name
Deprecated. -
active
protected boolean activeDeprecated. -
createdDate
Deprecated. -
updatedDate
Deprecated.
-
-
Constructor Details
-
InternalEntity
protected InternalEntity()Deprecated. -
InternalEntity
Deprecated.
-
-
Method Details
-
setUpdatedDateToNow
public void setUpdatedDateToNow()Deprecated. -
setCreatedDateToNow
public void setCreatedDateToNow()Deprecated. -
getId
Deprecated. -
getName
Deprecated. -
isActive
public boolean isActive()Deprecated. -
getCreatedDate
Deprecated.Description copied from interface:TimestampedEntityReturns the date the entity was created.- Specified by:
getCreatedDatein interfaceTimestampedEntity- Returns:
- date the entity was created
-
getUpdatedDate
Deprecated.Description copied from interface:TimestampedEntityReturns the date the entity was last updated.- Specified by:
getUpdatedDatein interfaceTimestampedEntity- Returns:
- date the entity was last updated.
-
setName
Deprecated. -
setActive
protected void setActive(boolean active) Deprecated. -
setCreatedDate
Deprecated. -
setUpdatedDate
Deprecated. -
hashCode
public abstract int hashCode()Deprecated. -
equals
Deprecated.
-