se.cambio.cds.model.codedText.dto
Class CodedTextDTO
java.lang.Object
se.cambio.cds.model.codedText.dto.CodedTextDTO
- All Implemented Interfaces:
- Serializable
public class CodedTextDTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodedTextDTO
public CodedTextDTO(Integer idElement,
String text,
String description,
String index,
String archTerm)
getIdElement
public Integer getIdElement()
setIdElement
public void setIdElement(Integer idElement)
getText
public String getText()
setText
public void setText(String text)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getIndex
public String getIndex()
setIndex
public void setIndex(String index)
getArchTerm
public String getArchTerm()
setArchTerm
public void setArchTerm(String archTerm)
Copyright © 2013 Cambio. All Rights Reserved.