org.jasig.schedassist.model
Class PublicProfileTag
java.lang.Object
org.jasig.schedassist.model.PublicProfileTag
public class PublicProfileTag
- extends Object
- Version:
- $Id: PublicProfileTag.java $
- Author:
- Nicholas Blair
PublicProfileTag
public PublicProfileTag()
getProfileKey
public String getProfileKey()
- Returns:
- the profileKey
setProfileKey
public void setProfileKey(String profileKey)
- Parameters:
profileKey - the profileKey to set
getTagDisplay
public String getTagDisplay()
- Returns:
- the tagDisplay
setTagDisplay
public void setTagDisplay(String tagDisplay)
- Parameters:
tagDisplay - the tagDisplay to set
getTag
public String getTag()
- Returns:
- the tag
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 Jasig. All Rights Reserved.