org.jasig.schedassist.model
Class PublicProfile

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

public class PublicProfile
extends Object

The bean represents a public profile for an IScheduleOwner.

Version:
$Id: PublicProfile.java 3049 2011-02-04 15:55:05Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
PublicProfile()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 long getOwnerId()
           
 String getOwnerNoteboard()
           
 String[] getOwnerNoteboardSentences()
          Utility method to return the owner's noteboard as an array of "sentences" by splitting the noteboard value on newline characters.
 PublicProfileId getPublicProfileId()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setOwnerId(long ownerId)
           
 void setOwnerNoteboard(String ownerNoteboard)
           
 void setPublicProfileId(PublicProfileId publicProfileId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicProfile

public PublicProfile()
Method Detail

getOwnerId

public long getOwnerId()
Returns:
the ownerId

setOwnerId

public void setOwnerId(long ownerId)
Parameters:
ownerId - the ownerId to set

getPublicProfileId

public PublicProfileId getPublicProfileId()
Returns:
the publicProfileId

setPublicProfileId

public void setPublicProfileId(PublicProfileId publicProfileId)
Parameters:
publicProfileId - the publicProfileId to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getOwnerNoteboard

public String getOwnerNoteboard()
Returns:
the ownerNoteboard

getOwnerNoteboardSentences

public String[] getOwnerNoteboardSentences()
Utility method to return the owner's noteboard as an array of "sentences" by splitting the noteboard value on newline characters.

Returns:
the ownerNoteboard preference as an array of Strings

setOwnerNoteboard

public void setOwnerNoteboard(String ownerNoteboard)
Parameters:
ownerNoteboard - the ownerNoteboard to set

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.