org.ow2.dragon.api.to.organization
Class OrganizationUnitTO

java.lang.Object
  extended by org.ow2.dragon.api.to.organization.PartyTO
      extended by org.ow2.dragon.api.to.organization.OrganizationUnitTO

public class OrganizationUnitTO
extends PartyTO

This type gives the description of an organization.

Author:
ambarthe - eBM WebSourcing

Constructor Summary
OrganizationUnitTO()
           
 
Method Summary
 java.util.List<KeyedRefTO> getCategories()
           
 java.lang.String getCity()
           
 java.lang.String getComplement()
           
 java.lang.String getCountry()
           
 java.lang.String getDiscoveryURL()
           
 java.lang.String getEmailAddress()
           
 java.util.List<KeyedRefTO> getIdentifiers()
           
 boolean getIsLegalEntity()
           
 OrganizationUnitTO getMotherOrganization()
           
 java.lang.String getName()
           
 java.lang.String getNameAndCity()
           
 java.lang.String getState()
           
 java.lang.String getStreet()
           
 java.lang.String getStreetNumber()
           
 java.lang.String getType()
           
 java.lang.String getZipcode()
           
 void setCategories(java.util.List<KeyedRefTO> categories)
           
 void setCity(java.lang.String city)
           
 void setComplement(java.lang.String complement)
           
 void setCountry(java.lang.String country)
           
 void setDiscoveryURL(java.lang.String discoveryURL)
           
 void setEmailAddress(java.lang.String emailAddress)
           
 void setIdentifiers(java.util.List<KeyedRefTO> identifiers)
           
 void setIsLegalEntity(boolean isLegalEntity)
           
 void setMotherOrganization(OrganizationUnitTO motherOrganization)
           
 void setName(java.lang.String name)
           
 void setState(java.lang.String state)
           
 void setStreet(java.lang.String street)
           
 void setStreetNumber(java.lang.String streetNumber)
           
 void setType(java.lang.String type)
           
 void setZipcode(java.lang.String zipcode)
           
 
Methods inherited from class org.ow2.dragon.api.to.organization.PartyTO
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationUnitTO

public OrganizationUnitTO()
Method Detail

getCity

public java.lang.String getCity()
Returns:
the city

getComplement

public java.lang.String getComplement()
Returns:
the complement

getCountry

public java.lang.String getCountry()
Returns:
the country

getDiscoveryURL

public java.lang.String getDiscoveryURL()
Returns:
the discoveryURL

getEmailAddress

public java.lang.String getEmailAddress()

getIsLegalEntity

public boolean getIsLegalEntity()
Returns:
the isLegalEntity

getMotherOrganization

public OrganizationUnitTO getMotherOrganization()
Returns:
the motherOrganization

getName

public java.lang.String getName()
Returns:
the name

getNameAndCity

public java.lang.String getNameAndCity()

getState

public java.lang.String getState()
Returns:
the state

getStreet

public java.lang.String getStreet()
Returns:
the street

getStreetNumber

public java.lang.String getStreetNumber()
Returns:
the streetNumber

getType

public java.lang.String getType()
Returns:
the type

getZipcode

public java.lang.String getZipcode()
Returns:
the zipcode

setCity

public void setCity(java.lang.String city)
Parameters:
city - the city to set

setComplement

public void setComplement(java.lang.String complement)
Parameters:
complement - the complement to set

setCountry

public void setCountry(java.lang.String country)
Parameters:
country - the country to set

setDiscoveryURL

public void setDiscoveryURL(java.lang.String discoveryURL)
Parameters:
discoveryURLs - the discoveryURLs to set

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)

setIsLegalEntity

public void setIsLegalEntity(boolean isLegalEntity)
Parameters:
isLegalEntity - the isLegalEntity to set

setMotherOrganization

public void setMotherOrganization(OrganizationUnitTO motherOrganization)
Parameters:
motherOrganization - the motherOrganization to set

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

setState

public void setState(java.lang.String state)
Parameters:
state - the state to set

setStreet

public void setStreet(java.lang.String street)
Parameters:
street - the street to set

setStreetNumber

public void setStreetNumber(java.lang.String streetNumber)
Parameters:
streetNumber - the streetNumber to set

setType

public void setType(java.lang.String type)
Parameters:
type - the type to set

setZipcode

public void setZipcode(java.lang.String zipcode)
Parameters:
zipcode - the zipcode to set

getIdentifiers

public java.util.List<KeyedRefTO> getIdentifiers()

setIdentifiers

public void setIdentifiers(java.util.List<KeyedRefTO> identifiers)

getCategories

public java.util.List<KeyedRefTO> getCategories()

setCategories

public void setCategories(java.util.List<KeyedRefTO> categories)


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.