Infohub JS API
Loading...
Searching...
No Matches
Project Class Reference

Description

Project on infohub.

Inheritance diagram for Project:
cnObject

Public Member Functions

 constructor ()
Public Member Functions inherited from cnObject
 constructor ()
get className ()
get id ()
get shortid ()
get name ()
set name (value)
 setFromJson (obj_as_json, members=null)
 getAsJson (members=null)
 dump (prefix='')
 toJSON ()
 getId ()
 getShortId ()
 getName ()
 setName (n)
 get (key, defaultValue={})
get info ()
get properties ()
 getPropertyValue (typeid, defaultValue=null)
 setPropertyValue (typeid, value)

Static Public Attributes

static className = "Project"

Function Documentation

◆ constructor()

constructor ( )

Since scope information is retrieved from COLNEO infohub, this constructor is not called directly.

Use factory method ProjectServices.getProjectById() or ProjectServices.getProjectByShortId() instead.

Since
09.2025, jh

Member Data Documentation

◆ className

className = "Project"
static