class: LaxLinkContainer

public class: LaxLinkContainer
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:25; Modified: 16.07.2009 15:13:25;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {95FB9AD6-8471-4b8a-A278-BD9D73CB1B32}
Schema fragment(s) for this class:
<pre> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="laxLinkContainer"> <xs:attribute type="xs:string" use="required" name="objid"/> </xs:complexType>
</pre>
 

Goto: Custom Properties, Fields, Methods

Extends: IntelligentVO

See also: IntelligentVO

Appears in: commontypes

Connections
 
Custom Properties
 
LaxLinkContainer Attributes
Attribute Details
private String
  objid
 
LaxLinkContainer Methods
Operation Details
public
getObjid():String
Sequential
Notes: Get the 'objid' attribute value.
<create>
<input>required</input>
<output>kept</output>
</create>
<update>
<input>required</input>
<output>kept</output>
</update>
@return value
public
setObjid(
   String objid):void
Sequential
Notes: Set the 'objid' attribute value.
<create>
<input>required</input>
<output>kept</output>
</create>
<update>
<input>required</input>
<output>kept</output>
</update>