org.jasig.schedassist.model
Class PublicProfileTag

java.lang.Object
  extended by org.jasig.schedassist.model.PublicProfileTag

public class PublicProfileTag
extends Object

Version:
$Id: PublicProfileTag.java $
Author:
Nicholas Blair

Constructor Summary
PublicProfileTag()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getProfileKey()
           
 String getTag()
           
 String getTagDisplay()
           
 int hashCode()
           
 void setProfileKey(String profileKey)
           
 void setTagDisplay(String tagDisplay)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicProfileTag

public PublicProfileTag()
Method Detail

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.