Artifact Class

public class Artifact extends ResourceBaseWithLinks<StandardResourceLinks>

Class that represents an entitlement artifact.

Constructor Summary

Constructor Description
Artifact()

Method Summary

Modifier and Type Method and Description
java.lang.String getArtifactType()

Gets the artifact type.

java.util.Map<java.lang.String,java.lang.Object> getDynamicAttributes()

Gets the dynamic attributes

void setArtifactType(String value)

Sets the artifact type.

void setDynamicAttributes(Map<String,Object> value)

Sets the dynamic attributes.

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

Artifact

public Artifact()

Method Details

getArtifactType

public String getArtifactType()

Gets the artifact type.

Returns:

The artifact type.

getDynamicAttributes

public Map getDynamicAttributes()

Gets the dynamic attributes

Returns:

The dynamic attributes.

setArtifactType

public void setArtifactType(String value)

Sets the artifact type.

Parameters:

value - The type of artifact.

setDynamicAttributes

public void setDynamicAttributes(Map value)

Sets the dynamic attributes.

Parameters:

value - The available dynamic attributes.

Applies to