Class AnnotationProfileDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.AnnotationProfileDTO
public final class AnnotationProfileDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationProfileDTO
create
(String name, AnnotationProfileDTO parent, com.google.gwt.core.client.JsArray<AnnotationTypeDTO> types, com.google.gwt.core.client.JsArray<AnnotationTemplateDTO> templates, com.google.gwt.core.client.JsArray<TypeSetDTO> typeSets) Replacement constructor.static AnnotationProfileDTO
from
(AnnotationProfile profile) getName()
com.google.gwt.core.client.JsArray
<AnnotationTemplateDTO> com.google.gwt.core.client.JsArray
<AnnotationTypeDTO> getTypes()
com.google.gwt.core.client.JsArray
<TypeSetDTO> void
void
setParent
(AnnotationProfileDTO parent) void
setTemplates
(com.google.gwt.core.client.JsArray<AnnotationTemplateDTO> templates) void
setTypes
(com.google.gwt.core.client.JsArray<AnnotationTypeDTO> types) void
setTypeSets
(com.google.gwt.core.client.JsArray<TypeSetDTO> typeSets) static AnnotationProfile
to
(AnnotationProfileDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
AnnotationProfileDTO
protected AnnotationProfileDTO()
-
-
Method Details
-
getName
-
setName
-
getParent
-
setParent
-
getTypes
-
setTypes
-
getTemplates
-
setTemplates
-
getTypeSets
-
setTypeSets
-
create
public static AnnotationProfileDTO create(String name, AnnotationProfileDTO parent, com.google.gwt.core.client.JsArray<AnnotationTypeDTO> types, com.google.gwt.core.client.JsArray<AnnotationTemplateDTO> templates, com.google.gwt.core.client.JsArray<TypeSetDTO> typeSets) Replacement constructor. Creates a new nativeAnnotationProfileDTO
.- Returns:
- The new instance.
-
from
-
to
-