org.jasig.schedassist.web.owner.relationships
Class AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
java.lang.Object
org.jasig.schedassist.web.owner.relationships.AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
- Enclosing class:
- AdhocRelationshipsDataController
public static class AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
- extends Object
Java bean to simplify the data in a Relationship to just
the fields useful for the enclosing class (JSON controller for adhoc relationships).
- Version:
- $Id: AdhocRelationshipsDataController.java $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean
public AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean()
getUsername
public String getUsername()
- Returns:
- the username
setUsername
public void setUsername(String username)
- Parameters:
username - the username to set
getFullName
public String getFullName()
- Returns:
- the fullName
setFullName
public void setFullName(String fullName)
- Parameters:
fullName - the fullName to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.