public class FunctionFacade extends Object implements FunctionIfc
| Constructor and Description |
|---|
FunctionFacade() |
FunctionFacade(FunctionIfc data) |
FunctionFacade(String referenceName,
String displayName,
String description,
String functionTypeId) |
| Modifier and Type | Method and Description |
|---|---|
FunctionIfc |
getData() |
String |
getDescription() |
String |
getDisplayName() |
long |
getFunctionId() |
org.osid.shared.Type |
getFunctionType() |
String |
getFunctionTypeId() |
org.osid.shared.Id |
getId() |
String |
getReferenceName() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setFunctionId(long id) |
void |
setFunctionTypeId(String id) |
void |
setReferenceName(String referenceName) |
void |
updateDescription(String description) |
public FunctionFacade()
public FunctionFacade(String referenceName, String displayName, String description, String functionTypeId)
public FunctionFacade(FunctionIfc data)
public org.osid.shared.Id getId()
public String getReferenceName()
getReferenceName in interface FunctionIfcpublic void setReferenceName(String referenceName)
setReferenceName in interface FunctionIfcpublic org.osid.shared.Type getFunctionType()
public String getDescription()
getDescription in interface FunctionIfcpublic void updateDescription(String description)
public void setDescription(String description)
setDescription in interface FunctionIfcpublic FunctionIfc getData()
public long getFunctionId()
getFunctionId in interface FunctionIfcpublic void setFunctionId(long id)
setFunctionId in interface FunctionIfcpublic String getDisplayName()
getDisplayName in interface FunctionIfcpublic void setDisplayName(String displayName)
setDisplayName in interface FunctionIfcpublic String getFunctionTypeId()
getFunctionTypeId in interface FunctionIfcpublic void setFunctionTypeId(String id)
setFunctionTypeId in interface FunctionIfcCopyright © 2003–2020 Sakai Project. All rights reserved.