Design inconsistencies.
Could it be better if there is consistency between objects' methods which return the same type of information?
For instance (language used: JAVA).
AdCenterAccount.getAccountId() returns an Integer while AdCenterCampaign.getCampaignId() returns an int.
Thanks.

