Class ServiceResult
- java.lang.Object
-
- org.apache.openmeetings.db.dto.basic.ServiceResult
-
- All Implemented Interfaces:
Serializable
public class ServiceResult extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceResult.Type
-
Field Summary
Fields Modifier and Type Field Description static ServiceResultNO_PERMISSIONstatic ServiceResultUNKNOWN
-
Constructor Summary
Constructors Constructor Description ServiceResult()ServiceResult(String message, String type)ServiceResult(String message, ServiceResult.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetType()voidsetMessage(String message)voidsetType(String type)
-
-
-
Field Detail
-
UNKNOWN
public static final ServiceResult UNKNOWN
-
NO_PERMISSION
public static final ServiceResult NO_PERMISSION
-
-
Constructor Detail
-
ServiceResult
public ServiceResult()
-
ServiceResult
public ServiceResult(String message, ServiceResult.Type type)
-
-