Aivar
25 Oct 2010
Datatype for account ID
Antud lugu on saadaval ainult inglise keeles
What is the best datatype to store account IDs? Number? String? No! The correct answer is XMLGregorianCalendar .
private XMLGregorianCalendar accountID;
public XMLGregorianCalendar getAccountID()
{
return accountID;
}
public void setAccountID(XMLGregorianCalendar value)
{
accountID = value;
}
Our recent stories
Consumer loan system - live in 6 months
Our customer, Luminor, a bank formed from the merger of Nordea’s and DNB’s Baltic operations, sought to modernize its systems.
Q&A about working at Codeborne with our HR and a developer
We often get asked what it’s really like to work at Codeborne - how pair programming works, how flexible our office hours are, and what the day-to-day feels like. In this Q&A, our HR manager and a recently joined developer share honest answers to the questions we hear most from candidates.
Who are the Codeborne type of people?
Every now and then, Codeborne is looking for new employees. And often these new potential employees wonder “Am I the Codeborne type?” or “What type of people Codeborne is looking for?”