public class DocumentTemplate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
defaultTemplate |
protected Boolean |
deliveryEnabled |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected Long |
spaceId |
protected CreationEntityState |
state |
protected ResourcePath |
templateResource |
protected Long |
type |
protected Integer |
version |
| Constructor and Description |
|---|
DocumentTemplate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Long |
getSpaceId() |
CreationEntityState |
getState()
The object's current state.
|
ResourcePath |
getTemplateResource() |
Long |
getType() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isDefaultTemplate()
The default document template is used whenever no specific template is specified for a particular template type.
|
Boolean |
isDeliveryEnabled() |
String |
toString() |
protected Boolean defaultTemplate
protected Boolean deliveryEnabled
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime plannedPurgeDate
protected Long spaceId
protected CreationEntityState state
protected ResourcePath templateResource
protected Long type
protected Integer version
public Boolean isDefaultTemplate()
public Boolean isDeliveryEnabled()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public Long getSpaceId()
public CreationEntityState getState()
public ResourcePath getTemplateResource()
public Long getType()
public Integer getVersion()
Copyright © 2023. All rights reserved.