@Portable public class ArtifactRelationshipBean extends Object implements Serializable
| Constructor and Description |
|---|
ArtifactRelationshipBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRelationshipType() |
Date |
getTargetLastModified() |
String |
getTargetName() |
String |
getTargetType() |
String |
getTargetUuid() |
void |
setRelationshipType(String relationshipType) |
void |
setTargetLastModified(Date targetLastModified) |
void |
setTargetName(String targetName) |
void |
setTargetType(String targetType) |
void |
setTargetUuid(String targetUuid) |
public String getRelationshipType()
public String getTargetUuid()
public String getTargetName()
public String getTargetType()
public Date getTargetLastModified()
public void setRelationshipType(String relationshipType)
relationshipType - the relationshipType to setpublic void setTargetUuid(String targetUuid)
targetUuid - the targetUuid to setpublic void setTargetName(String targetName)
targetName - the targetName to setpublic void setTargetType(String targetType)
targetType - the targetType to setpublic void setTargetLastModified(Date targetLastModified)
targetLastModified - the targetLastModified to setCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.