Aivar
25 Oct 2010
Datatype for account ID
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
“Backing up” a good product owner
One of the key players in most successful agile projects is a product owner, at least in Codeborne’s practice. Our practice stretches for more than 15 years, during which we have successfully delivered over 100 projects.
Unleashing the power - How Creos partnered with Codeborne to change Luxembourg's energy sector
Creos Luxembourg involved Codeborne in its journey to modernize Luxembourg’s energy sector
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.