|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.contact.business.Contact
public class Contact
This class represents business object Contact
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
Contact()
|
Method Summary | |
---|---|
int |
getContactOrder()
Returns the contact order of this contact. |
java.lang.String |
getEmail()
Returns the email of this contact. |
int |
getHits()
gets the number of messages send to the contact |
int |
getId()
Returns the identifier of this contact. |
java.lang.String |
getName()
Returns the name of this contact. |
java.lang.String |
getWorkgroup()
Returns the workgroup |
static void |
init()
Initialize the ContactList |
void |
setContactOrder(int nContactOrder)
Sets the contact order of the contact to the specified integer. |
void |
setEmail(java.lang.String strEmail)
Sets the email of the contact to the specified string. |
void |
setHits(int nHits)
Sets the number of messages send to the contact |
void |
setId(int nId)
Sets the identifier of the contact to the specified integer. |
void |
setName(java.lang.String strName)
Sets the name of the contact to the specified string. |
void |
setWorkgroup(java.lang.String strAdminWorkgroup)
Sets the workgroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public Contact()
Method Detail |
---|
public static void init()
public int getId()
public void setId(int nId)
nId
- the new identifierpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- the new namepublic java.lang.String getEmail()
public void setEmail(java.lang.String strEmail)
strEmail
- the new emailpublic int getContactOrder()
public void setContactOrder(int nContactOrder)
nContactOrder
- the new contact orderpublic java.lang.String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(java.lang.String strAdminWorkgroup)
strAdminWorkgroup
- The workgrouppublic int getHits()
public void setHits(int nHits)
nHits
- the number of hits
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |