Newer
Older
EMS-WEB-3.0 / src / main / webapp / s / app / ems / EMSBean.js
EMSBean = function (markerObjectType,pipeMaterial,pipeDiameter, layStyle, depth, belowType, belowDepth, belowDiameter, belowMaterial, road,
                    constructTime, ownerComp, markerObjectId, markerId, markerType, markerDepth, creator, createTime, memo, lat, long, recordType,id,line,area) {

    this.markerObjectType = markerObjectType;
    this.pipeMaterial = pipeMaterial;
    this.pipeDiameter = pipeDiameter;
    this.layStyle = layStyle;
    this.depth = depth;
    this.belowType = belowType;
    this.belowDepth = belowDepth;
    this.belowDiameter = belowDiameter
    this.belowMaterial = belowMaterial;
    this.road = road;
    this.constructTime = constructTime;
    this.ownerComp = ownerComp;
    this.markerObjectId = markerObjectId;
    this.markerId = markerId;
    this.markerType = markerType;
    this.markerDepth = markerDepth;
    this.creator = creator;
    this.createTime = createTime;
    this.memo = memo;
    this.latitude = lat;
    this.longitude = long;
    this.recordType = recordType;
    this.id = id;
    this.line=line;
    this.area =area;

};