org.sakaiproject.tool.assessment.osid.shared.extension
Class TypeExtension

java.lang.Object
  extended by org.osid.shared.Type
      extended by org.sakaiproject.tool.assessment.osid.shared.extension.TypeExtension
All Implemented Interfaces:
Serializable

public class TypeExtension
extends org.osid.shared.Type

See Also:
Serialized Form

Constructor Summary
TypeExtension(String authority, String domain, String keyword)
           
TypeExtension(String authority, String domain, String keyword, String description)
           
 
Method Summary
 
Methods inherited from class org.osid.shared.Type
getAuthority, getDescription, getDomain, getKeyword, isEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeExtension

public TypeExtension(String authority,
                     String domain,
                     String keyword)

TypeExtension

public TypeExtension(String authority,
                     String domain,
                     String keyword,
                     String description)


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