nl.surfnet.coin.api.client.domain
Class Organization

java.lang.Object
  extended by nl.surfnet.coin.api.client.domain.Organization

public class Organization
extends Object


Constructor Summary
Organization()
           
Organization(String name)
           
Organization(String name, String type, String department, String title)
           
 
Method Summary
 String getDepartment()
           
 String getName()
           
 String getTitle()
           
 String getType()
           
 String getValue()
           
 void setDepartment(String department)
           
 void setName(String name)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Organization

public Organization()

Organization

public Organization(String name)

Organization

public Organization(String name,
                    String type,
                    String department,
                    String title)
Method Detail

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.