@Entity public class DocumentType extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENTTYPE_BY_TRANSACTION_TYPE |
static String |
EQ_DOCUMENT_TYPE |
| Constructor and Description |
|---|
DocumentType() |
| Modifier and Type | Method and Description |
|---|---|
PtApplicationType |
getApplicationType() |
Long |
getId() |
String |
getName() |
TransactionType |
getTransactionType() |
boolean |
isMandatory() |
void |
setApplicationType(PtApplicationType applicationType) |
void |
setId(Long id) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
void |
setTransactionType(TransactionType transactionType) |
public static final String EQ_DOCUMENT_TYPE
public static final String DOCUMENTTYPE_BY_TRANSACTION_TYPE
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getName()
public void setName(String name)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public TransactionType getTransactionType()
public void setTransactionType(TransactionType transactionType)
public PtApplicationType getApplicationType()
public void setApplicationType(PtApplicationType applicationType)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.