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