Class MyLegalPerson

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<UntypedData>

    @Entity
    @Indexed
    public class MyLegalPerson
    extends MyPerson
    Internal representation of LegalPerson for persistence with HIBERNATE.
    See Also:
    Serialized Form
    • Constructor Detail

      • MyLegalPerson

        public MyLegalPerson()
        Default constructor for MyLegalPerson is necessary for PojoInstantiator of HIBERNATE.
    • Method Detail

      • getLegalName

        @Field(index=YES,
               store=YES)
        public java.lang.String getLegalName()
        Returns:
        the legalName
      • setLegalName

        public void setLegalName​(java.lang.String legalName)
        Parameters:
        legalName - the legalName to set