@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.
|
Long |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
Date |
getUpdatedDate()
Deprecated.
|
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()
getCreatedDate in interface TimestampedEntitypublic Date getUpdatedDate()
getUpdatedDate in interface TimestampedEntityprotected void setName(String name)
protected void setActive(boolean active)
public void setCreatedDate(Date createdDate)
public void setUpdatedDate(Date updatedDate)
Copyright © 2023 Atlassian. All rights reserved.