Class ResponseDomainJsonEdit
- java.lang.Object
-
- no.nsd.qddt.domain.AbstractJsonEdit
-
- no.nsd.qddt.domain.responsedomain.json.ResponseDomainJsonEdit
-
- All Implemented Interfaces:
java.io.Serializable
public class ResponseDomainJsonEdit extends AbstractJsonEdit
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class no.nsd.qddt.domain.AbstractJsonEdit
LOG
-
-
Constructor Summary
Constructors Constructor Description ResponseDomainJsonEdit()
ResponseDomainJsonEdit(ResponseDomain responseDomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAnchorLabel()
java.util.List<CommentJsonEdit>
getComments()
java.lang.String
getDescription()
java.lang.String
getDisplayLayout()
ManagedRepresentationJsonEdit
getManagedRepresentation()
ResponseCardinality
getResponseCardinality()
ResponseKind
getResponseKind()
-
Methods inherited from class no.nsd.qddt.domain.AbstractJsonEdit
getAgency, getBasedOnObject, getBasedOnRevision, getChangeKind, getClassKind, getId, getModified, getModifiedBy, getName, getVersion, getXmlLang, setAgency, setBasedOnRevision, setClassKind, setId, setModifiedBy, setName
-
-
-
-
Constructor Detail
-
ResponseDomainJsonEdit
public ResponseDomainJsonEdit()
-
ResponseDomainJsonEdit
public ResponseDomainJsonEdit(ResponseDomain responseDomain)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
getManagedRepresentation
public ManagedRepresentationJsonEdit getManagedRepresentation()
-
getDisplayLayout
public java.lang.String getDisplayLayout()
-
getComments
public java.util.List<CommentJsonEdit> getComments()
-
getResponseKind
public ResponseKind getResponseKind()
-
getResponseCardinality
public ResponseCardinality getResponseCardinality()
-
getAnchorLabel
public java.lang.String getAnchorLabel()
-
-