nl.surfnet.coin.api.client.domain
Class Organization
java.lang.Object
nl.surfnet.coin.api.client.domain.Organization
public class Organization
- extends java.lang.Object
|
Constructor Summary |
Organization()
|
Organization(java.lang.String name)
|
Organization(java.lang.String name,
java.lang.String type,
java.lang.String department,
java.lang.String title)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Organization
public Organization()
Organization
public Organization(java.lang.String name)
Organization
public Organization(java.lang.String name,
java.lang.String type,
java.lang.String department,
java.lang.String title)
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getValue
public java.lang.String getValue()
- Returns:
- the value
setValue
public void setValue(java.lang.String value)
- Parameters:
value - the value to set
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type - the type to set
getDepartment
public java.lang.String getDepartment()
- Returns:
- the department
setDepartment
public void setDepartment(java.lang.String department)
- Parameters:
department - the department to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.