org.globus.cog.abstraction.impl.common.task
Class SpecificationImpl
java.lang.Object
org.globus.cog.abstraction.impl.common.task.SpecificationImpl
- All Implemented Interfaces:
- Specification
- public class SpecificationImpl
- extends Object
- implements Specification
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecificationImpl
public SpecificationImpl(int type)
SpecificationImpl
public SpecificationImpl(int type,
String specification)
setType
public void setType(int type)
- Specified by:
setType in interface Specification
getType
public int getType()
- Specified by:
getType in interface Specification
setSpecification
public void setSpecification(String specification)
- Specified by:
setSpecification in interface Specification
getSpecification
public String getSpecification()
- Specified by:
getSpecification in interface Specification