Package org.nentangso.core.service.dto
Class NtsAttributeDTO
- java.lang.Object
-
- org.nentangso.core.service.dto.NtsAttributeDTO
-
- All Implemented Interfaces:
Serializable
public class NtsAttributeDTO extends Object implements Serializable
Represents a generic custom attribute.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNtsAttributeDTO.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()static NtsAttributeDTO.BuildernewBuilder()static NtsAttributeDTO.BuildernewBuilder(NtsAttributeDTO input)voidvalidateObject(String prefix)
-
-
-
Method Detail
-
validateObject
public void validateObject(String prefix)
-
newBuilder
public static NtsAttributeDTO.Builder newBuilder()
-
newBuilder
public static NtsAttributeDTO.Builder newBuilder(NtsAttributeDTO input)
-
getKey
public String getKey()
-
getValue
public String getValue()
-
-