---
title: "Tempo account interface"
canonical: "https://support.appfire.com/space/JMWE/461439563/Tempo%20account%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the Tempo Account interface you can use on a Tempo account, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/display/JMWE/Accessing+the+fields+of+an+issue) when you [access the Tempo Account field](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/461702032/Pre-defined+custom+fields#Pre-definedcustomfields-TempoAccount).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| `getName()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Name of the Tempo Account |
| `getKey()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Key of the Tempo Account |
| `getId()` | [Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) | ID of the Tempo Account |
| `isGlobal()` | `Boolean` | True when Tempo Accountis global |
| `getLead()` | [ApplicationUser](https://developer.atlassian.com/static/javadoc/embedded-crowd-api/2.3.4/reference/com/atlassian/crowd/embedded/api/User.html) | Lead of the Tempo Account |
| `getContact()` | [ApplicationUser](https://developer.atlassian.com/static/javadoc/embedded-crowd-api/2.3.4/reference/com/atlassian/crowd/embedded/api/User.html) | Contact for the Tempo Account |
| `getCategoryId()` | [Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) | Category Id of the Tempo Account |
| `getCustomerId()` | [Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) | Id of the customer |