ItemTreeDP
class ItemTreeDP(name: String = "", idSystem: Int = 0, parent: Long? = null, id: Long = 0, idType: Long = 0, idDP: Long? = 0, idElement: Long = 1, type: ProtoNodeType? = null, typeVar: ProtoVarType? = null, inherited: Boolean = false) : Serializable
Constructors
Properties
Functions
Link copied to clipboard
fun copy(name: String = this.name, idSystem: Int = this.idSystem, parent: Long? = this.parent, id: Long = this.id, idType: Long = this.idType, idDP: Long? = this.idDP, idElement: Long = this.idElement, type: ProtoNodeType? = this.type, typeVar: ProtoVarType? = this.typeVar, inherited: Boolean = this.inherited): ItemTreeDP