public class PathDataToImport extends AttributesHolder implements Serializable
| Constructor and Description |
|---|
PathDataToImport()
Initialization of a new Product Instance
|
PathDataToImport(String id,
String serialNumber,
String partNumber,
String path)
Initialization of a new Product Instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(Attribute attribute)
Add an attribute to the list
|
List<Attribute> |
getAttributes()
Get the list of attributes
|
List<InstanceAttribute> |
getInstanceAttributes()
Getter for an instance attribute
|
String |
getPartNumber()
Get the part number
|
String |
getPath() |
PathDataIteration |
getPathDataIteration()
Getter for the path data iteration
|
String |
getProductId() |
String |
getRevisionNote()
Getter for revision note
|
String |
getSerialNumber()
Getter for the serial number
|
boolean |
hasAttributes() |
void |
setInstanceAttributes(List<InstanceAttribute> instanceAttributes)
Setter for an instance Attribute
|
void |
setPartNumber(String pn)
Set the part number
|
void |
setPath(String PathData)
Setter for the Path
|
void |
setPathDataIteration(PathDataIteration iteration)
Setter for the path data iteration
|
void |
setRevisionNote(String revisionNote)
Setter for the revision note
|
void |
setSerialNumber(String sn)
Set the serial number
|
public PathDataToImport()
public List<InstanceAttribute> getInstanceAttributes()
public void setInstanceAttributes(List<InstanceAttribute> instanceAttributes)
instanceAttributes - z list of instance attributepublic void addAttribute(Attribute attribute)
addAttribute in class AttributesHolderattribute - an attribute to addpublic List<Attribute> getAttributes()
public boolean hasAttributes()
public String getPath()
public void setPath(String PathData)
PathData - as a Stringpublic String getSerialNumber()
public void setSerialNumber(String sn)
sn - the serial number as a Stringpublic String getPartNumber()
public void setPartNumber(String pn)
pn - the part number as a Stringpublic String getProductId()
public String getRevisionNote()
public void setRevisionNote(String revisionNote)
revisionNote - as a Stringpublic PathDataIteration getPathDataIteration()
public void setPathDataIteration(PathDataIteration iteration)
iteration - a Path Data Iteration ObjectCopyright © 2018 DocDoku. All rights reserved.