org.ow2.dragon.api.to.organization
Class OrganizationUnitTO
java.lang.Object
org.ow2.dragon.api.to.organization.PartyTO
org.ow2.dragon.api.to.organization.OrganizationUnitTO
public class OrganizationUnitTO
- extends PartyTO
This type gives the description of an organization.
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrganizationUnitTO
public OrganizationUnitTO()
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.