org.ow2.dragon.api.to.organization
Class PostTO
java.lang.Object
org.ow2.dragon.api.to.organization.PostTO
public class PostTO
- extends java.lang.Object
This type gives the description of a person.
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostTO
public PostTO()
getDescription
public java.lang.String getDescription()
- Returns:
- the description
getId
public java.lang.String getId()
- Returns:
- the id
getName
public java.lang.String getName()
- Returns:
- the name
getNature
public java.lang.String getNature()
- Returns:
- the nature
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
setNature
public void setNature(java.lang.String nature)
- Parameters:
nature - the nature to set
isContact
public boolean isContact()
setContact
public void setContact(boolean contact)
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.