com.opnworks.cbo
Class Organization

java.lang.Object
  extended bycom.opnworks.cbo.Party
      extended bycom.opnworks.cbo.Organization
All Implemented Interfaces:
INamedObject, IOrganization, IParty, IPersistent, ISharedObject, java.io.Serializable

public class Organization
extends Party
implements INamedObject, IOrganization

Author:
laurent
See Also:
Serialized Form

Constructor Summary
Organization()
           
Organization(java.lang.String name, java.lang.String number, java.lang.String description, java.lang.String guid)
          Constructor for the Organization object
 
Methods inherited from class com.opnworks.cbo.Party
equals, getContact, getContact, getContacts, getDescription, getGuid, getId, getName, getNumber, getStreetAddress, getVersion, hashCode, removeContact, setContacts, setDescription, setGuid, setId, setName, setNumber, setStreetAddress, setVersion
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opnworks.cbo.INamedObject
getName
 
Methods inherited from interface com.opnworks.cbo.IParty
getContact, getContact, getContacts, getDescription, getGuid, getName, getNumber, getStreetAddress, removeContact, setContacts, setDescription, setGuid, setName, setNumber, setStreetAddress
 
Methods inherited from interface com.opnworks.cbo.IPersistent
getId, getVersion, setId, setVersion
 

Constructor Detail

Organization

public Organization()

Organization

public Organization(java.lang.String name,
                    java.lang.String number,
                    java.lang.String description,
                    java.lang.String guid)
Constructor for the Organization object

Parameters:
name - Description of Parameter
number - Description of Parameter
description - Description of Parameter
guid - Description of Parameter