class: MdsOrganizationalUnitDetailsVO

public class: MdsOrganizationalUnitDetailsVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:43; Modified: 16.07.2009 15:13:43;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {95F93D9D-A4F2-4fa4-B903-41E234945716}
 

Goto: Custom Properties, Fields, Methods

Extends: MetadataSetVO

See also: Coordinates, MetadataSetVO

Appears in: metadata

Connections
 
Custom Properties
 
MdsOrganizationalUnitDetailsVO Attributes
Attribute Details
private ArrayList
  alternativeNames
Initial: new ArrayList()
private String
  city
private Coordinates
  coordinates
private String
  countryCode
Notes: These codes are the upper-case, two-letter codes as defined by ISO-3166. You can find a full list of these codes at a number of sites, such as: http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list- en1.html
private ArrayList
  descriptions
Initial: new ArrayList()
private String
  endDate
private ArrayList
  identifiers
Initial: new ArrayList()
Notes: Identifier of an external resource.
private String
  name
Notes: The unique name of the affiliation in the organizational structure.
private String
  startDate
private String
  type
 
MdsOrganizationalUnitDetailsVO Methods
Operation Details
public
getAlternativeNames():List
Sequential
public
getCity():String
Sequential
Notes: public void setStartDateAsString(String date) throws Exception { if (date == null || "".equals(date)) { setStartDate(null); } else { SimpleDateFormat sdf = new SimpleDateFormat(Constants.ESCIDOC_DATE_FORMAT); setStartDate(sdf.parse(date)); } } public void setEndDateAsString(String date) throws Exception { if (date == null || "".equals(date)) { setEndDate(null); } else { SimpleDateFormat sdf = new SimpleDateFormat(Constants.ESCIDOC_DATE_FORMAT); setEndDate(sdf.parse(date)); } }
public
getCoordinates():Coordinates
Sequential
public
getCountryCode():String
Sequential
public
getDescriptions():List
Sequential
public
getEndDate():String
Sequential
public
getIdentifiers():List
Sequential
public
getName():String
Sequential
public
getStartDate():String
Sequential
public
getType():String
Sequential
public
MdsOrganizationalUnitDetailsVO():
Sequential
Notes: Default constructor.
public
MdsOrganizationalUnitDetailsVO(
   MdsOrganizationalUnitDetailsVO other):
Sequential
Notes: Clone constructor.
@link MdsOrganizationalUnitDetailsVO} to be cloned.
public
setCity(
   String city):void
Sequential
public
setCoordinates(
   Coordinates coordinates):void
Sequential
public
setCountryCode(
   String countryCode):void
Sequential
public
setEndDate(
   String endDate):void
Sequential
public
setName(
   String name):void
Sequential
public
setStartDate(
   String startDate):void
Sequential
public
setType(
   String type):void
Sequential