@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Fri Oct 16 14:49:27 CEST 2015") public abstract class StampAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements Stamp
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
Nom de l'attribut en BD : description
|
protected Collection<FaxToMailUserGroup> |
groups
Nom de l'attribut en BD : groups
|
protected String |
image
Nom de l'attribut en BD : image
|
protected String |
label
Nom de l'attribut en BD : label
|
protected boolean |
signing
Nom de l'attribut en BD : signing
|
protected String |
text
Nom de l'attribut en BD : text
|
protected Collection<FaxToMailUser> |
users
Nom de l'attribut en BD : users
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_DESCRIPTION, PROPERTY_GROUPS, PROPERTY_IMAGE, PROPERTY_LABEL, PROPERTY_SIGNING, PROPERTY_TEXT, PROPERTY_USERS| Constructor and Description |
|---|
StampAbstract() |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String image
protected String text
protected String label
protected String description
protected boolean signing
protected Collection<FaxToMailUser> users
protected Collection<FaxToMailUserGroup> groups
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic String getLabel()
public void setDescription(String description)
setDescription in interface Stamppublic String getDescription()
getDescription in interface Stamppublic void setSigning(boolean signing)
setSigning in interface Stamppublic void addUsers(FaxToMailUser users)
public void addAllUsers(Collection<FaxToMailUser> users)
addAllUsers in interface Stamppublic void setUsers(Collection<FaxToMailUser> users)
public void removeUsers(FaxToMailUser users)
removeUsers in interface Stamppublic void clearUsers()
clearUsers in interface Stamppublic Collection<FaxToMailUser> getUsers()
public FaxToMailUser getUsersByTopiaId(String topiaId)
getUsersByTopiaId in interface Stamppublic Collection<String> getUsersTopiaIds()
getUsersTopiaIds in interface Stamppublic boolean isUsersEmpty()
isUsersEmpty in interface Stamppublic boolean isUsersNotEmpty()
isUsersNotEmpty in interface Stamppublic boolean containsUsers(FaxToMailUser users)
containsUsers in interface Stamppublic void addGroups(FaxToMailUserGroup groups)
public void addAllGroups(Collection<FaxToMailUserGroup> groups)
addAllGroups in interface Stamppublic void setGroups(Collection<FaxToMailUserGroup> groups)
public void removeGroups(FaxToMailUserGroup groups)
removeGroups in interface Stamppublic void clearGroups()
clearGroups in interface Stamppublic Collection<FaxToMailUserGroup> getGroups()
public FaxToMailUserGroup getGroupsByTopiaId(String topiaId)
getGroupsByTopiaId in interface Stamppublic Collection<String> getGroupsTopiaIds()
getGroupsTopiaIds in interface Stamppublic int sizeGroups()
sizeGroups in interface Stamppublic boolean isGroupsEmpty()
isGroupsEmpty in interface Stamppublic boolean isGroupsNotEmpty()
isGroupsNotEmpty in interface Stamppublic boolean containsGroups(FaxToMailUserGroup groups)
containsGroups in interface StampCopyright © 2014–2015 CodeLutin. All rights reserved.