public class Organization extends Object
| Constructor and Description |
|---|
Organization() |
Organization(String name) |
Organization(String name,
String type,
String department,
String title) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public Organization()
public Organization(String name)
public String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getDepartment()
public void setDepartment(String department)
department - the department to setpublic String getTitle()
public void setTitle(String title)
title - the title to setCopyright © 2009–2013 SURFnet bv, The Netherlands. All rights reserved.