org.openfjord.business.entities.valueobjects
Class SurveyOwnerVO

java.lang.Object
  |
  +--org.openfjord.business.entities.valueobjects.SurveyOwnerVO
All Implemented Interfaces:
java.io.Serializable, SurveyOwner

public class SurveyOwnerVO
extends java.lang.Object
implements SurveyOwner, java.io.Serializable

Title: openFJORD

Description: open flexible online research designer

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
SurveyOwnerVO()
           
SurveyOwnerVO(java.lang.String OwnerId)
           
 
Method Summary
 java.lang.String getName()
          Gets the name of the survey owner
 java.lang.String getSurveyOwnerId()
          Gets the ID of the survey owner
 void setName(java.lang.String name)
          Sets the name of the survey owner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurveyOwnerVO

public SurveyOwnerVO(java.lang.String OwnerId)

SurveyOwnerVO

public SurveyOwnerVO()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: SurveyOwner
Gets the name of the survey owner

Specified by:
getName in interface SurveyOwner
Returns:
the name

setName

public void setName(java.lang.String name)
Description copied from interface: SurveyOwner
Sets the name of the survey owner

Specified by:
setName in interface SurveyOwner
Parameters:
name - the name

getSurveyOwnerId

public java.lang.String getSurveyOwnerId()
Description copied from interface: SurveyOwner
Gets the ID of the survey owner

Specified by:
getSurveyOwnerId in interface SurveyOwner
Returns:
the ID


openFJORD Copyright © 2003 University of Muenster.