Class BucketRelationship
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.BucketRelationship
Linked bucket to the one instantiate, such as [isAggregated] if the bucket is a part of other or [aggregator] is the bucket holds others .
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBucketRefOrValueItem(BucketRefOrValue bucketRefOrValueItem) atBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) bucketRefOrValue(List<BucketRefOrValue> bucketRefOrValue) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid List<BucketRefOrValue>Get bucketRefOrValueType of the bucket relationship, such as [isAggregated] if the bucket is a part of other or [aggregator] is the bucket holds others.inthashCode()relationshipType(String relationshipType) voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetBucketRefOrValue(List<BucketRefOrValue> bucketRefOrValue) voidsetRelationshipType(String relationshipType) toString()
-
Constructor Details
-
BucketRelationship
public BucketRelationship()
-
-
Method Details
-
bucketRefOrValue
-
addBucketRefOrValueItem
-
getBucketRefOrValue
Get bucketRefOrValue- Returns:
- bucketRefOrValue
-
setBucketRefOrValue
-
relationshipType
-
getRelationshipType
Type of the bucket relationship, such as [isAggregated] if the bucket is a part of other or [aggregator] is the bucket holds others.- Returns:
- relationshipType
-
setRelationshipType
-
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
-
atReferredType
-
getAtReferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-