org.jasig.schedassist.model
Class PublicProfileId

java.lang.Object
  extended by org.jasig.schedassist.model.PublicProfileId
All Implemented Interfaces:
Comparable<PublicProfileId>

public class PublicProfileId
extends Object
implements Comparable<PublicProfileId>

A PublicProfileId is the combination of fields that identify a PublicProfile.

Version:
$Id: PublicProfileId.java 2124 2010-05-19 16:36:43Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
PublicProfileId()
           
 
Method Summary
 int compareTo(PublicProfileId o)
           
 boolean equals(Object obj)
           
 String getOwnerDisplayName()
           
 String getProfileKey()
           
 int hashCode()
           
 void setOwnerDisplayName(String ownerDisplayName)
           
 void setProfileKey(String profileKey)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicProfileId

public PublicProfileId()
Method Detail

getProfileKey

public String getProfileKey()
Returns:
the profileKey

setProfileKey

public void setProfileKey(String profileKey)
Parameters:
profileKey - the profileKey to set

getOwnerDisplayName

public String getOwnerDisplayName()
Returns:
the ownerDisplayName

setOwnerDisplayName

public void setOwnerDisplayName(String ownerDisplayName)
Parameters:
ownerDisplayName - the ownerDisplayName to set

compareTo

public int compareTo(PublicProfileId o)
Specified by:
compareTo in interface Comparable<PublicProfileId>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Jasig. All Rights Reserved.