Class AnnotationDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.AnnotationDTO

public final class AnnotationDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • AnnotationDTO

      protected AnnotationDTO()
  • Method Details

    • getType

      public String getType()
    • getTypeId

      public String getTypeId()
    • getParams

      public com.google.gwt.core.client.JavaScriptObject getParams()
    • getId

      public String getId()
    • getLastModifiedBy

      public String getLastModifiedBy()
    • getCreated

      public com.google.gwt.core.client.JsDate getCreated()
    • getLastModified

      public com.google.gwt.core.client.JsDate getLastModified()
    • getCreatedBy

      public String getCreatedBy()
    • isModified

      public boolean isModified()
    • getPermissions

      public com.google.gwt.core.client.JsArray<PermissionsDTO> getPermissions()
    • setPermissions

      public void setPermissions(com.google.gwt.core.client.JsArray<PermissionsDTO> permissions)
    • getProperties

      public UserPropertiesDTO getProperties()
    • setProperties

      public void setProperties(UserPropertiesDTO properties)
    • create

      public static AnnotationDTO create(String type, String typeId, com.google.gwt.core.client.JavaScriptObject params, String id, String lastModifiedBy, com.google.gwt.core.client.JsDate created, com.google.gwt.core.client.JsDate lastModified, String createdBy, boolean modified, UserPropertiesDTO properties, com.google.gwt.core.client.JsArray<PermissionsDTO> permissions)
    • from

      public static AnnotationDTO from(Annotation anno)
    • to

      public static Annotation to(AnnotationDTO dto)