org.kuali.rice.krms.dto
Class TermEditor
java.lang.Object
org.kuali.rice.krms.dto.TermEditor
- All Implemented Interfaces:
- Serializable, Identifiable, Versioned, TermDefinitionContract
public class TermEditor
- extends Object
- implements TermDefinitionContract, Serializable
Created with IntelliJ IDEA.
User: SW
Date: 2013/03/05
Time: 5:16 PM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TermEditor
public TermEditor()
TermEditor
public TermEditor(TermDefinitionContract contract)
setId
public void setId(String id)
setSpecification
public void setSpecification(TermSpecificationDefinitionContract specification)
setDescription
public void setDescription(String description)
setParameters
public void setParameters(List<TermParameterEditor> parameters)
setVersionNumber
public void setVersionNumber(Long versionNumber)
getSpecification
public TermSpecificationDefinitionContract getSpecification()
- Specified by:
getSpecification
in interface TermDefinitionContract
getDescription
public String getDescription()
- Specified by:
getDescription
in interface TermDefinitionContract
getParameters
public List<? extends TermParameterDefinitionContract> getParameters()
- Specified by:
getParameters
in interface TermDefinitionContract
getEditorParameters
public List<TermParameterEditor> getEditorParameters()
getId
public String getId()
- Specified by:
getId
in interface Identifiable
getVersionNumber
public Long getVersionNumber()
- Specified by:
getVersionNumber
in interface Versioned
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.