Home Manual Reference Source Test Repository
public class | source

Software

This is a base object that allows the user to create a Datapoint.

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public
public

Set the date attribute

public

Set the name attribute

public

Set the type attribute

public

Set the version attribute

Public Constructors

public constructor() source

Public Methods

public composeElement(): * source

Return:

*

public withDate(date: string): Software source

Set the date attribute

Params:

NameTypeAttributeDescription
date string

Return:

Software

public withName(name: string): Software source

Set the name attribute

Params:

NameTypeAttributeDescription
name string

Return:

Software

public withType(type: string): Software source

Set the type attribute

Params:

NameTypeAttributeDescription
type string

Return:

Software

public withVersion(version: string): Software source

Set the version attribute

Params:

NameTypeAttributeDescription
version string

Return:

Software