Class RAuditReferenceValue

    • Constructor Detail

      • RAuditReferenceValue

        public RAuditReferenceValue()
    • Method Detail

      • isTransient

        public Boolean isTransient()
        Description copied from interface: EntityState
        Tells hibernate Interceptor that entity is transient, so that hibernate session doesn't need to verify it using select queries.
        Specified by:
        isTransient in interface EntityState
        Returns:
        true if entity is transient
      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getRecordId

        public Long getRecordId()
      • setRecordId

        public void setRecordId​(Long recordId)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getOid

        public String getOid()
      • setOid

        public void setOid​(String oid)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setTargetName

        public void setTargetName​(RPolyString targetName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object