Package de.swingbe.ifleet.model
Class Entity
- java.lang.Object
-
- de.swingbe.ifleet.model.Entity
-
public class Entity extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressNext()StringgetAddressPartA()StringgetAddressPartB()CommunicationgetCc()StringgetDate()StringgetDirection()StringgetLogLevel()StringgetPeer()StringgetTime()StringtoString()
-
-
-
Method Detail
-
getDate
public String getDate()
-
getTime
public String getTime()
-
getLogLevel
public String getLogLevel()
-
getAddressPartA
public String getAddressPartA()
-
getAddressPartB
public String getAddressPartB()
-
getPeer
public String getPeer()
-
getAddressNext
public String getAddressNext()
-
getDirection
public String getDirection()
-
getCc
public Communication getCc()
-
-