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