public class DocumentTemplateType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected Long |
feature |
protected DocumentTemplateTypeGroup |
group |
protected Long |
id |
protected Map<String,String> |
title |
| Constructor and Description |
|---|
DocumentTemplateType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription()
The localized description of the document template type.
|
Long |
getFeature()
The feature that this document template type belongs to.
|
DocumentTemplateTypeGroup |
getGroup()
The group that this document template type belongs to.
|
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getTitle()
The localized title of the document template type.
|
int |
hashCode() |
String |
toString() |
protected Long feature
protected DocumentTemplateTypeGroup group
protected Long id
public Map<String,String> getDescription()
public Long getFeature()
public DocumentTemplateTypeGroup getGroup()
public Long getId()
public Map<String,String> getTitle()
Copyright © 2024. All rights reserved.