Class TagReference


  • public class TagReference
    extends Object
    See Also:
    • Constructor Detail

      • TagReference

        @ConstructorProperties({"id","usrRecordId","tagTypeId","tagId","resourceTableId","empRecordId","tag","tagType"})
        public TagReference​(int id,
                            int usrRecordId,
                            int tagTypeId,
                            int tagId,
                            int resourceTableId,
                            int empRecordId,
                            @Nullable
                            Tag tag,
                            @Nullable
                            TagType tagType)
    • Method Detail

      • getId

        public int getId()
      • getUsrRecordId

        public int getUsrRecordId()
      • getTagTypeId

        public int getTagTypeId()
      • getTagId

        public int getTagId()
      • getResourceTableId

        public int getResourceTableId()
      • getEmpRecordId

        public int getEmpRecordId()
      • getTag

        public Tag getTag()
      • getTagType

        public TagType getTagType()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object