@Deprecated public abstract class InternalEntity extends Object implements Serializable, TimestampedEntity
Modifier and Type | Field and Description |
---|---|
protected boolean |
active
Deprecated.
|
protected Date |
createdDate
Deprecated.
|
protected Long |
id
Deprecated.
|
protected String |
name
Deprecated.
|
protected Date |
updatedDate
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
InternalEntity()
Deprecated.
|
protected |
InternalEntity(InternalEntityTemplate template)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object obj)
Deprecated.
|
Date |
getCreatedDate()
Deprecated.
Returns the date the entity was created.
|
Long |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
Date |
getUpdatedDate()
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 |
setCreatedDateToNow()
Deprecated.
|
protected void |
setName(String name)
Deprecated.
|
void |
setUpdatedDate(Date updatedDate)
Deprecated.
|
void |
setUpdatedDateToNow()
Deprecated.
|
protected Long id
protected String name
protected boolean active
protected Date createdDate
protected Date updatedDate
protected InternalEntity()
protected InternalEntity(InternalEntityTemplate template)
public void setUpdatedDateToNow()
public void setCreatedDateToNow()
public Long getId()
public String getName()
public boolean isActive()
public Date getCreatedDate()
TimestampedEntity
getCreatedDate
in interface TimestampedEntity
public Date getUpdatedDate()
TimestampedEntity
getUpdatedDate
in interface TimestampedEntity
protected void setName(String name)
protected void setActive(boolean active)
public void setCreatedDate(Date createdDate)
public void setUpdatedDate(Date updatedDate)
Copyright © 2021 Atlassian. All rights reserved.