Class OrganizationIdentification
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.OrganizationIdentification
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class OrganizationIdentification
extends Object
Represents our registration of information used as proof of identity by an organization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) attachment(AttachmentRefOrValue attachment) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationships@Valid AttachmentRefOrValueGet attachmentWhen sub-classing, this defines the sub-class entity nameIdentifierType of identification information used to identify the company in a country or internationallyAuthority which has issued the identifier (chamber of commerce...)@Valid DateDate at which the identifier was issued@Valid TimePeriodThe period for which the identification information is valid.inthashCode()identificationId(String identificationId) identificationType(String identificationType) issuingAuthority(String issuingAuthority) issuingDate(Date issuingDate) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidsetAttachment(AttachmentRefOrValue attachment) voidvoidsetIdentificationId(String identificationId) voidsetIdentificationType(String identificationType) voidsetIssuingAuthority(String issuingAuthority) voidsetIssuingDate(Date issuingDate) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
OrganizationIdentification
public OrganizationIdentification()
-
-
Method Details
-
identificationId
-
getIdentificationId
Identifier- Returns:
- identificationId
-
setIdentificationId
-
identificationType
-
getIdentificationType
Type of identification information used to identify the company in a country or internationally- Returns:
- identificationType
-
setIdentificationType
-
issuingAuthority
-
getIssuingAuthority
Authority which has issued the identifier (chamber of commerce...)- Returns:
- issuingAuthority
-
setIssuingAuthority
-
issuingDate
-
getIssuingDate
Date at which the identifier was issued- Returns:
- issuingDate
-
setIssuingDate
-
attachment
-
getAttachment
Get attachment- Returns:
- attachment
-
setAttachment
-
validFor
-
getValidFor
The period for which the identification information is valid.- Returns:
- validFor
-
setValidFor
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-