public abstract class Line extends Object implements Serializable, OmasObject
| Modifier and Type | Field and Description |
|---|---|
protected LineEnd |
end1 |
protected LineEnd |
end2 |
protected LineType |
lineType |
protected String |
name |
protected static long |
serialVersionUID |
protected String |
typeDefGuid |
| Modifier | Constructor and Description |
|---|---|
protected |
Line(String name,
String typeDefGuid,
LineEnd end1,
LineEnd end2) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalProperties()
Get the extra attributes - ones that are in addition to the standard types.
|
Date |
getEffectiveFromTime()
Return the date/time that this line should start to be used (null means it can be used from creationTime).
|
Date |
getEffectiveToTime()
Return the date/time that this line should no longer be used.
|
LineEnd |
getEnd1()
Get line end 1.
|
LineEnd |
getEnd2()
Get line end 1.
|
String |
getGuid() |
LineType |
getLineType() |
String |
getName() |
SystemAttributes |
getSystemAttributes() |
protected void |
initialise() |
void |
setAdditionalProperties(Map<String,String> additionalProperties) |
void |
setEffectiveFromTime(Date effectiveFromTime) |
void |
setEffectiveToTime(Date effectiveToTime) |
void |
setEnd1(LineEnd end1) |
void |
setEnd2(LineEnd end2) |
void |
setGuid(String guid) |
void |
setLineType(LineType lineType) |
void |
setSystemAttributes(SystemAttributes systemAttributes) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
protected static final long serialVersionUID
protected String typeDefGuid
protected LineType lineType
protected String name
protected LineEnd end1
protected LineEnd end2
protected void initialise()
public LineType getLineType()
public void setLineType(LineType lineType)
public SystemAttributes getSystemAttributes()
public void setSystemAttributes(SystemAttributes systemAttributes)
public Date getEffectiveFromTime()
public void setEffectiveFromTime(Date effectiveFromTime)
public Date getEffectiveToTime()
public void setEffectiveToTime(Date effectiveToTime)
public String getGuid()
public void setGuid(String guid)
public String getName()
public Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
public LineEnd getEnd1()
public void setEnd1(LineEnd end1)
public LineEnd getEnd2()
public void setEnd2(LineEnd end2)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2020 ODPi. All rights reserved.