org.jasig.schedassist.web.owner.relationships
Class AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean

java.lang.Object
  extended by 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

Constructor Summary
AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean()
           
 
Method Summary
 String getDescription()
           
 String getFullName()
           
 String getUsername()
           
 void setDescription(String description)
           
 void setFullName(String fullName)
           
 void setUsername(String username)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean

public AdhocRelationshipsDataController.AdhocRelationshipVisitorDataBean()
Method Detail

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.