Billing Central Apex API Developer Reference

ffbc.CommonService

global with sharing class CommonService

Methods

CommonService

global CommonService()

ffbc.CommonService.Identity

global with sharing class Identity

Hold identity information for an entity

Properties

Name Type Description
Id Id The Id of the entity
Name String The name of the entity

Methods

Identity

global Identity(ID anId)

Creates an API version of an Identity.

Input Parameters

Name Type Description
anId ID An Id for the Identity.

Identity

global Identity(ID anId, String aName)

Creates an API version of an Identity.

Input Parameters

Name Type Description
anId ID An Id for the Identity.
aName String A name for the Identity.

hashCode

global Integer hashCode()

Gets the Hash code of the Identity.

Return Value

The hash code using the Id or in the case of an identity without an Id the Name is used

equals

global Boolean equals(Object obj)

Checks whether the Identity represents a given object.

Input Parameters

Name Type Description
obj Object The object to check.

Return Value

The boolean result of the equality check

© Copyright 2009–2024 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.