org.opencrx.kernel.account1.cci2
Interface AbstractOrganizationalUnit

All Known Subinterfaces:
AbstractOrganizationalUnit, Organization, Organization, OrganizationalUnit, OrganizationalUnit
All Known Implementing Classes:
Organization, OrganizationalUnit

public interface AbstractOrganizationalUnit

Abstract class AbstractOrganizationalUnit


Method Summary
<T extends ContactMembership>
Collection<T>
getContactMembership()
          Retrieves a set containing all the elements for the reference contactMembership.
<T extends CreditLimit>
Collection<T>
getCreditLimit()
          Retrieves a set containing all the elements for the reference creditLimit.
 String getDescription()
           
 String getName()
          Retrieves the value for the attribute name.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setName(String name)
          Sets a new value for the attribute name.
 

Method Detail

getContactMembership

<T extends ContactMembership> Collection<T> getContactMembership()
Retrieves a set containing all the elements for the reference contactMembership.

Returns:
A set containing all the elements for this reference.

getCreditLimit

<T extends CreditLimit> Collection<T> getCreditLimit()
Retrieves a set containing all the elements for the reference creditLimit.

Returns:
A set containing all the elements for this reference.

getDescription

String getDescription()
Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.