Class AgreementSpecificationUnderscoreCreate
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementSpecificationUnderscoreCreate
Deprecated.
A template of an agreement that can be used when establishing partnerships Skipped properties: id,href
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachmentItem(AttachmentRefOrValue attachmentItem) Deprecated.addRelatedPartyItem(RelatedParty relatedPartyItem) Deprecated.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Deprecated.addSpecificationRelationshipItem(AgreementSpecificationRelationship specificationRelationshipItem) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.attachment(List<AttachmentRefOrValue> attachment) Deprecated.Deprecated.description(String description) Deprecated.booleanDeprecated.Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationships@NotNull @Valid @Size(min=1) List<AttachmentRefOrValue>Deprecated.Get attachmentDeprecated.When sub-classing, this defines the sub-class entity nameDeprecated.A narrative that explains in detail what the agreement specification is about@Valid DateDeprecated.Date and time of the last updateDeprecated.Indicates the current lifecycle status@NotNull StringgetName()Deprecated.Name of the agreement specification@Valid List<RelatedParty>Deprecated.Get relatedParty@Valid CategoryRefDeprecated.Get serviceCategory@Valid List<AgreementSpecCharacteristic>Deprecated.Get specificationCharacteristicDeprecated.Get specificationRelationship@Valid TimePeriodDeprecated.Get validForDeprecated.Agreement specification versioninthashCode()Deprecated.Deprecated.Deprecated.If true, this agreement specification is a grouping of other agreement specifications.lastUpdate(Date lastUpdate) Deprecated.lifecycleStatus(String lifecycleStatus) Deprecated.Deprecated.relatedParty(List<RelatedParty> relatedParty) Deprecated.serviceCategory(CategoryRef serviceCategory) Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidsetAttachment(List<AttachmentRefOrValue> attachment) Deprecated.voidDeprecated.voidsetDescription(String description) Deprecated.voidsetIsBundle(Boolean isBundle) Deprecated.voidsetLastUpdate(Date lastUpdate) Deprecated.voidsetLifecycleStatus(String lifecycleStatus) Deprecated.voidDeprecated.voidsetRelatedParty(List<RelatedParty> relatedParty) Deprecated.voidsetServiceCategory(CategoryRef serviceCategory) Deprecated.voidsetSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.voidsetSpecificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship) Deprecated.voidsetValidFor(TimePeriod validFor) Deprecated.voidsetVersion(String version) Deprecated.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.specificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship) Deprecated.toString()Deprecated.validFor(TimePeriod validFor) Deprecated.Deprecated.
-
Constructor Details
-
AgreementSpecificationUnderscoreCreate
public AgreementSpecificationUnderscoreCreate()Deprecated.
-
-
Method Details
-
description
Deprecated. -
getDescription
Deprecated.A narrative that explains in detail what the agreement specification is about- Returns:
- description
-
setDescription
Deprecated. -
isBundle
Deprecated. -
isIsBundle
Deprecated.If true, this agreement specification is a grouping of other agreement specifications. The list of bundled agreement specifications is provided by the specificationRelationship property- Returns:
- isBundle
-
setIsBundle
Deprecated. -
lastUpdate
Deprecated. -
getLastUpdate
Deprecated.Date and time of the last update- Returns:
- lastUpdate
-
setLastUpdate
Deprecated. -
lifecycleStatus
Deprecated. -
getLifecycleStatus
Deprecated.Indicates the current lifecycle status- Returns:
- lifecycleStatus
-
setLifecycleStatus
Deprecated. -
name
Deprecated. -
getName
Deprecated.Name of the agreement specification- Returns:
- name
-
setName
Deprecated. -
version
Deprecated. -
getVersion
Deprecated.Agreement specification version- Returns:
- version
-
setVersion
Deprecated. -
attachment
Deprecated. -
addAttachmentItem
public AgreementSpecificationUnderscoreCreate addAttachmentItem(AttachmentRefOrValue attachmentItem) Deprecated. -
getAttachment
@NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) List<AttachmentRefOrValue> getAttachment()Deprecated.Get attachment- Returns:
- attachment
-
setAttachment
Deprecated. -
addRelatedPartyItem
Deprecated. -
getRelatedParty
Deprecated.Get relatedParty- Returns:
- relatedParty
-
setRelatedParty
Deprecated. -
serviceCategory
Deprecated. -
getServiceCategory
Deprecated.Get serviceCategory- Returns:
- serviceCategory
-
setServiceCategory
Deprecated. -
specificationCharacteristic
public AgreementSpecificationUnderscoreCreate specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated. -
addSpecificationCharacteristicItem
public AgreementSpecificationUnderscoreCreate addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Deprecated. -
getSpecificationCharacteristic
Deprecated.Get specificationCharacteristic- Returns:
- specificationCharacteristic
-
setSpecificationCharacteristic
public void setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated. -
specificationRelationship
public AgreementSpecificationUnderscoreCreate specificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship) Deprecated. -
addSpecificationRelationshipItem
public AgreementSpecificationUnderscoreCreate addSpecificationRelationshipItem(AgreementSpecificationRelationship specificationRelationshipItem) Deprecated. -
getSpecificationRelationship
Deprecated.Get specificationRelationship- Returns:
- specificationRelationship
-
setSpecificationRelationship
public void setSpecificationRelationship(List<AgreementSpecificationRelationship> specificationRelationship) Deprecated. -
validFor
Deprecated. -
getValidFor
Deprecated.Get validFor- Returns:
- validFor
-
setValidFor
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-