@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jun 11 16:38:33 CEST 2014") public interface History extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_FAX_TO_MAIL_USER |
static String |
PROPERTY_FIELDS |
static String |
PROPERTY_MODIFICATION_DATE |
static String |
PROPERTY_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllFields(Collection<String> fields) |
void |
addFields(String fields) |
void |
clearFields() |
boolean |
containsFields(String fields) |
FaxToMailUser |
getFaxToMailUser() |
Collection<String> |
getFields() |
Date |
getModificationDate() |
HistoryType |
getType() |
boolean |
isFieldsEmpty() |
boolean |
isFieldsNotEmpty() |
void |
removeFields(String fields) |
void |
setFaxToMailUser(FaxToMailUser faxToMailUser) |
void |
setFields(Collection<String> fields) |
void |
setModificationDate(Date modificationDate) |
void |
setType(HistoryType type) |
int |
sizeFields() |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_MODIFICATION_DATE
static final String PROPERTY_FIELDS
static final String PROPERTY_FAX_TO_MAIL_USER
static final String PROPERTY_TYPE
void setModificationDate(Date modificationDate)
Date getModificationDate()
void addFields(String fields)
void addAllFields(Collection<String> fields)
void setFields(Collection<String> fields)
void removeFields(String fields)
void clearFields()
Collection<String> getFields()
int sizeFields()
boolean isFieldsEmpty()
boolean isFieldsNotEmpty()
boolean containsFields(String fields)
void setFaxToMailUser(FaxToMailUser faxToMailUser)
FaxToMailUser getFaxToMailUser()
void setType(HistoryType type)
HistoryType getType()
Copyright © 2014 CodeLutin. All rights reserved.