org.jasig.schedassist.model
Class PublicProfileId
java.lang.Object
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
PublicProfileId
public PublicProfileId()
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 © 2012 Jasig. All Rights Reserved.