Class TicketStatusDTO
- java.lang.Object
-
- com.inteliqua.rest.lookupentity.payload.LookupTableBaseDTO
-
- com.inteliqua.rest.lookupentity.payload.TicketStatusDTO
-
public class TicketStatusDTO extends LookupTableBaseDTO
- Author:
- pziogas
-
-
Constructor Summary
Constructors Constructor Description TicketStatusDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLookUpTableType()-
Methods inherited from class com.inteliqua.rest.lookupentity.payload.LookupTableBaseDTO
getCode, getDescription, getId, setCode, setDescription, setId
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLookUpTableType
public String getLookUpTableType()
- Specified by:
getLookUpTableTypein classLookupTableBaseDTO
-
-