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
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.protected
InternalEntity
(InternalEntityTemplate template) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
Deprecated.Deprecated.Returns the date the entity was created.getId()
Deprecated.getName()
Deprecated.Deprecated.Returns the date the entity was last updated.abstract int
hashCode()
Deprecated.boolean
isActive()
Deprecated.protected void
setActive
(boolean active) Deprecated.void
setCreatedDate
(Date createdDate) Deprecated.void
Deprecated.protected void
Deprecated.void
setUpdatedDate
(Date updatedDate) Deprecated.void
Deprecated.
-
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:TimestampedEntity
Returns the date the entity was created.- Specified by:
getCreatedDate
in interfaceTimestampedEntity
- Returns:
- date the entity was created
-
getUpdatedDate
Deprecated.Description copied from interface:TimestampedEntity
Returns the date the entity was last updated.- Specified by:
getUpdatedDate
in 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.
-