@Portable public class ArtifactBean extends ArtifactSummaryBean implements Serializable
| Constructor and Description |
|---|
ArtifactBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addClassifiedBy(String classification) |
List<String> |
getClassifiedBy() |
long |
getContentSize() |
String |
getContentType() |
int |
getNumRelationships() |
String |
getUpdatedBy() |
String |
getVersion() |
boolean |
hasOutgoingRelationships() |
boolean |
hasSource() |
boolean |
isDocument() |
boolean |
isTextDocument() |
void |
setClassifiedBy(List<String> classifiedBy)
Sets the classified by.
|
void |
setContentSize(long contentSize) |
void |
setContentType(String contentType) |
void |
setNumRelationships(int numRelationships) |
void |
setTextDocument(boolean textDocument) |
void |
setUpdatedBy(String updatedBy) |
void |
setVersion(String version) |
equals, getCreatedBy, getCreatedOn, getDescription, getModel, getName, getProperties, getProperty, getPropertyNames, getRawType, getType, getUpdatedOn, getUuid, hashCode, isDerived, setCreatedBy, setCreatedOn, setDerived, setDescription, setModel, setName, setProperties, setProperty, setRawType, setType, setUpdatedOn, setUuidpublic String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
updatedBy - the updatedBy to setpublic void setClassifiedBy(List<String> classifiedBy)
classifiedBy - public void addClassifiedBy(String classification)
classification - public int getNumRelationships()
public void setNumRelationships(int numRelationships)
numRelationships - the numRelationships to setpublic boolean hasOutgoingRelationships()
public String getVersion()
public void setVersion(String version)
version - the version to setpublic boolean hasSource()
public long getContentSize()
public void setContentSize(long contentSize)
contentSize - the contentSize to setpublic String getContentType()
public void setContentType(String contentType)
contentType - the contentType to setpublic boolean isTextDocument()
public void setTextDocument(boolean textDocument)
textDocument - the textDocument to setpublic boolean isDocument()
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.