Record Class EninCompanyDescriptionRecord
java.lang.Object
java.lang.Record
app.valuationcontrol.multimodule.library.enin.records.EninCompanyDescriptionRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapp_url()Returns the value of theapp_urlrecord component.Returns the value of thecompany_description_type_uuidrecord component.Returns the value of thecompany_uuidrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefrom_daterecord component.final inthashCode()Returns a hash code value for this object.to_date()Returns the value of theto_daterecord component.final StringtoString()Returns a string representation of this record class.uuid()Returns the value of theuuidrecord component.
-
Constructor Details
-
EninCompanyDescriptionRecord
public EninCompanyDescriptionRecord(String uuid, String company_uuid, String company_description_type_uuid, String description, String from_date, String to_date, String app_url) Creates an instance of aEninCompanyDescriptionRecordrecord class.- Parameters:
uuid- the value for theuuidrecord componentcompany_uuid- the value for thecompany_uuidrecord componentcompany_description_type_uuid- the value for thecompany_description_type_uuidrecord componentdescription- the value for thedescriptionrecord componentfrom_date- the value for thefrom_daterecord componentto_date- the value for theto_daterecord componentapp_url- the value for theapp_urlrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
uuid
Returns the value of theuuidrecord component.- Returns:
- the value of the
uuidrecord component
-
company_uuid
Returns the value of thecompany_uuidrecord component.- Returns:
- the value of the
company_uuidrecord component
-
company_description_type_uuid
Returns the value of thecompany_description_type_uuidrecord component.- Returns:
- the value of the
company_description_type_uuidrecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
from_date
Returns the value of thefrom_daterecord component.- Returns:
- the value of the
from_daterecord component
-
to_date
Returns the value of theto_daterecord component.- Returns:
- the value of the
to_daterecord component
-
app_url
Returns the value of theapp_urlrecord component.- Returns:
- the value of the
app_urlrecord component
-