Class RFocusPhoto

    • Constructor Detail

      • RFocusPhoto

        public RFocusPhoto()
    • Method Detail

      • getOwner

        public RFocus getOwner()
      • getOwnerOid

        public String getOwnerOid()
      • getPhoto

        public byte[] getPhoto()
      • 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
      • setOwner

        public void setOwner​(RFocus owner)
      • setOwnerOid

        public void setOwnerOid​(String ownerOid)
      • setPhoto

        public void setPhoto​(byte[] photo)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object