All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
canDelete()
Can this route be deleted ?
A delete of a route will only be allowed if there is no reference to the route in any
of the following places:
PM and PMSEHEDACTIVITY
|
void |
copyAssets(MboSetRemote assetset) |
void |
copyLinearAssets(MboSetRemote assetset)
In this case, the source MboSet is an AssetLocRelation set, not an Asset set; the
fields specified must reflect this.
|
void |
copyLocations(MboSetRemote locationset) |
void |
delete(long accessModifier)
Delete route record and all references to this route in other tables.
|
MboRemote |
duplicate()
This method creates a duplicate record for route and related objects(route stop).
|
void |
generateAutoKey()
method to generate an autokey for a new route object
|
boolean |
getIsDuplicate()
returns whether a route is being crated during a duplciate process or not
|
void |
init()
Initialize the route object
|