org.sakaiproject.tool.assessment.data.dao.authz
Class FunctionData

java.lang.Object
  extended by org.sakaiproject.tool.assessment.data.dao.authz.FunctionData
All Implemented Interfaces:
Serializable, FunctionIfc

public class FunctionData
extends Object
implements FunctionIfc

See Also:
Serialized Form

Constructor Summary
FunctionData()
           
FunctionData(String functionId, String referenceName, String displayName, String description, String functionTypeId)
          Creates a new FunctionData object.
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 long getFunctionId()
           
 String getFunctionTypeId()
           
 String getReferenceName()
           
 void setDescription(String description)
           
 void setDisplayName(String display_name)
           
 void setFunctionId(long id)
           
 void setFunctionTypeId(String functionTypeId)
           
 void setReferenceName(String referenceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionData

public FunctionData()

FunctionData

public FunctionData(String functionId,
                    String referenceName,
                    String displayName,
                    String description,
                    String functionTypeId)
Creates a new FunctionData object.

Method Detail

getFunctionId

public long getFunctionId()
Specified by:
getFunctionId in interface FunctionIfc

setFunctionId

public void setFunctionId(long id)
Specified by:
setFunctionId in interface FunctionIfc

getReferenceName

public String getReferenceName()
Specified by:
getReferenceName in interface FunctionIfc

setReferenceName

public void setReferenceName(String referenceName)
Specified by:
setReferenceName in interface FunctionIfc

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface FunctionIfc

setDisplayName

public void setDisplayName(String display_name)
Specified by:
setDisplayName in interface FunctionIfc

getDescription

public String getDescription()
Specified by:
getDescription in interface FunctionIfc

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface FunctionIfc

getFunctionTypeId

public String getFunctionTypeId()
Specified by:
getFunctionTypeId in interface FunctionIfc

setFunctionTypeId

public void setFunctionTypeId(String functionTypeId)
Specified by:
setFunctionTypeId in interface FunctionIfc


Copyright © 2005-2012 Sakai Project. All Rights Reserved.