de.jcon.jproject.bo
Class CompanyCustomerRole

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--de.jcon.jproject.wrapper.AbstractDataWrapper
                    |
                    +--de.jcon.jproject.bo.AbstractBusinessDataWrapper
                          |
                          +--de.jcon.jproject.bo.Role
                                |
                                +--de.jcon.jproject.bo.CustomerRole
                                      |
                                      +--de.jcon.jproject.bo.CompanyCustomerRole
All Implemented Interfaces:
java.lang.Cloneable, DataWrapper, IBusinessObject, ICustomer, IReceiver, IRole, java.util.Map, java.io.Serializable

public class CompanyCustomerRole
extends CustomerRole

DOCUMENT ME!

Version:
$Revision: 1.6 $ / $Date: 2004/04/04 18:06:30 $
Author:
Oliver Gries
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from interface de.jcon.jproject.bo.IReceiver
ADRESS, CONTACT, NAME
 
Fields inherited from interface de.jcon.jproject.bo.IRole
BASE, ROUTER, TYPE
 
Fields inherited from interface de.jcon.jproject.bo.IBusinessObject
CREATION_DATE, CREATION_USER, ID, STATES, STATUS, STATUS_CLEARED, STATUS_CREATED, STATUS_RELEASED, STATUS_REVOKED, UPDATE_DATE, UPDATE_USER, VERSION, VISIBILITIES, VISIBILITY, VISIBILITY_PRIVATE, VISIBILITY_PROTECTED, VISIBILITY_PUBLIC, VISIBILITY_USER
 
Constructor Summary
CompanyCustomerRole()
           
 
Method Summary
 Adress getADRESS()
          DOCUMENT ME!
 Contact getCONTACT()
          DOCUMENT ME!
 java.lang.String getNAME()
          DOCUMENT ME!
 
Methods inherited from class de.jcon.jproject.bo.CustomerRole
toString
 
Methods inherited from class de.jcon.jproject.bo.Role
equals, getBASE, getROUTER, getTYPE, hashCode, setBASE, setROUTER, setTYPE
 
Methods inherited from class de.jcon.jproject.bo.AbstractBusinessDataWrapper
getCreationDate, getCreationUser, getId, getStatus, getUpdateDate, getUpdateUser, getVersion, getVisibility, setCreationDate, setCreationUser, setId, setStatus, setUpdateDate, setUpdateUser, setVersion, setVisibility
 
Methods inherited from class de.jcon.jproject.wrapper.AbstractDataWrapper
get, getAsBoolean, getAsDouble, getAsInt, getAsLong, getMap, mapAllVariables, put, put, putAll, variables
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, isEmpty, keys, keySet, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.jcon.jproject.bo.IRole
getBASE, getId, getROUTER, getTYPE, setBASE, setId, setROUTER, setTYPE
 
Methods inherited from interface de.jcon.jproject.bo.IBusinessObject
getCreationDate, getCreationUser, getStatus, getUpdateDate, getUpdateUser, getVersion, getVisibility, setCreationDate, setCreationUser, setStatus, setUpdateDate, setUpdateUser, setVersion, setVisibility
 
Methods inherited from interface de.jcon.jproject.wrapper.DataWrapper
clear, containsKey, remove
 

Constructor Detail

CompanyCustomerRole

public CompanyCustomerRole()
Method Detail

getADRESS

public Adress getADRESS()
DOCUMENT ME!

Specified by:
getADRESS in interface IReceiver
Overrides:
getADRESS in class CustomerRole
Returns:
DOCUMENT ME!

getCONTACT

public Contact getCONTACT()
DOCUMENT ME!

Specified by:
getCONTACT in interface IReceiver
Overrides:
getCONTACT in class CustomerRole
Returns:
DOCUMENT ME!

getNAME

public java.lang.String getNAME()
DOCUMENT ME!

Specified by:
getNAME in interface IReceiver
Overrides:
getNAME in class CustomerRole
Returns:
DOCUMENT ME!