Class Meta


  • public class Meta
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Meta()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getId()  
      java.lang.String getType()  
      boolean isDeleted()  
      void setDeleted​(boolean deleted)  
      void setId​(long id)  
      void setType​(java.lang.String type)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Meta

        public Meta()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isDeleted

        public boolean isDeleted()
      • setDeleted

        public void setDeleted​(boolean deleted)