org.openregistry.core.web.resources.representations
Class RoleRepresentation
java.lang.Object
org.openregistry.core.web.resources.representations.RoleRepresentation
public final class RoleRepresentation
- extends java.lang.Object
Simple struct-like class encapsulating the representation of a Role in the registry
for the purpose of exposing it via RESTful resources. It should not be used for any other purposes.
This class is marshaled into an XML representation using JAXB.
- Since:
- 1.0
- Author:
- Dmitriy Kopylenko
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
roleId
public java.lang.String roleId
title
public java.lang.String title
organizationalUnit
public java.lang.String organizationalUnit
affiliation
public java.lang.String affiliation
systemOfRecord
public java.lang.String systemOfRecord
startDate
public java.util.Date startDate
endDate
public java.util.Date endDate
percentage
public java.lang.String percentage
sponsorType
public java.lang.String sponsorType
sponsorId
public java.lang.String sponsorId
sponsorIdType
public java.lang.String sponsorIdType
addresses
public java.util.List<RoleRepresentation.Address> addresses
emails
public java.util.List<RoleRepresentation.Email> emails
urls
public java.util.List<RoleRepresentation.Url> urls
phones
public java.util.List<RoleRepresentation.Phone> phones
RoleRepresentation
public RoleRepresentation()
Copyright © 2009-2012 JA-SIG, Inc.. All Rights Reserved.