noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
Noalyss\XMLDocument\Document_Reference Class Reference
+ Collaboration diagram for Noalyss\XMLDocument\Document_Reference:

Public Member Functions

 __toString ()
 
 getBinary_object ()
 
 getDescription ()
 
 getId ()
 
 setBinary_object (Binary_Object $binary_object)
 
 setDescription ($description)
 
 setId ($id)
 

Protected Attributes

Binary_Object $binary_object
 
 $description
 
 $id
 

Detailed Description

Definition at line 43 of file document_reference_type.class.php.

Member Function Documentation

◆ __toString()

Noalyss\XMLDocument\Document_Reference::__toString ( )

Definition at line 48 of file document_reference_type.class.php.

48 : string
49 {
50 return "Document_Reference[id=" . $this->id
51 . ", description=" . $this->description
52 . ", binary_object=" . $this->binary_object
53 . "]";
54 }

◆ getBinary_object()

Noalyss\XMLDocument\Document_Reference::getBinary_object ( )

Definition at line 65 of file document_reference_type.class.php.

65 : Binary_Object
66 {
67 return $this->binary_object;
68 }

References $binary_object.

◆ getDescription()

Noalyss\XMLDocument\Document_Reference::getDescription ( )

Definition at line 60 of file document_reference_type.class.php.

References $description.

◆ getId()

Noalyss\XMLDocument\Document_Reference::getId ( )

Definition at line 55 of file document_reference_type.class.php.

56 {
57 return $this->id;
58 }

References $id.

◆ setBinary_object()

Noalyss\XMLDocument\Document_Reference::setBinary_object ( Binary_Object $binary_object)

Definition at line 82 of file document_reference_type.class.php.

83 {
84 $this->binary_object = $binary_object;
85 return $this;
86 }

References $binary_object.

◆ setDescription()

Noalyss\XMLDocument\Document_Reference::setDescription ( $description)

Definition at line 76 of file document_reference_type.class.php.

77 {
78 $this->description = $description;
79 return $this;
80 }

References $description.

◆ setId()

Noalyss\XMLDocument\Document_Reference::setId ( $id)

Definition at line 70 of file document_reference_type.class.php.

71 {
72 $this->id = $id;
73 return $this;
74 }

References $id.

Field Documentation

◆ $binary_object

Binary_Object Noalyss\XMLDocument\Document_Reference::$binary_object
protected

Definition at line 47 of file document_reference_type.class.php.

Referenced by getBinary_object(), and setBinary_object().

◆ $description

Noalyss\XMLDocument\Document_Reference::$description
protected

Definition at line 46 of file document_reference_type.class.php.

Referenced by getDescription(), and setDescription().

◆ $id

Noalyss\XMLDocument\Document_Reference::$id
protected

Definition at line 45 of file document_reference_type.class.php.

Referenced by getId(), and setId().


The documentation for this class was generated from the following file: