* <p>
* @return Dial number without prefix
*/
- public Short getCountryPhoneCode ();
+ Short getCountryPhoneCode ();
/**
* Setter for country code (example: 49 for Germany, 63 for Philippines)
* <p>
* @param phoneCountryCode Country code
*/
- public void setCountryPhoneCode (final Short phoneCountryCode);
+ void setCountryPhoneCode (final Short phoneCountryCode);
/**
* Getter for id number
* <p>
* @return Id number
*/
- public Long getCountryId ();
+ Long getCountryId ();
/**
* Setter for id number
* <p>
* @param countryId Id number
*/
- public void setCountryId (final Long countryId);
+ void setCountryId (final Long countryId);
/**
* Getter for 2-characters country code
* <p>
* @return Country code
*/
- public String getCountryCode ();
+ String getCountryCode ();
/**
* Setter for 2-characters country code
* <p>
* @param countryCode Country code
*/
- public void setCountryCode (final String countryCode);
+ void setCountryCode (final String countryCode);
/**
* Getter for local dial prefix
* <p>
* @return Local dial prefix
*/
- public String getCountryLocalDialPrefix ();
+ String getCountryLocalDialPrefix ();
/**
* Setter for local dial prefix
* <p>
* @param countryLocalDialPrefix Local dial prefix
*/
- public void setCountryLocalDialPrefix (final String countryLocalDialPrefix);
+ void setCountryLocalDialPrefix (final String countryLocalDialPrefix);
/**
* Getter for abroad dial prefix
* <p>
* @return Abroad dial prefix
*/
- public String getCountryAbroadDialPrefix ();
+ String getCountryAbroadDialPrefix ();
/**
* Setter for abroad dial prefix
* <p>
* @param countryAbroadDialPrefix Abroad dial prefix
*/
- public void setCountryAbroadDialPrefix (final String countryAbroadDialPrefix);
+ void setCountryAbroadDialPrefix (final String countryAbroadDialPrefix);
/**
* Getter for i18n key for country name
* <p>
* @return i18n key for country name
*/
- public String getCountryI18nkey ();
+ String getCountryI18nkey ();
/**
* Setter for i18n key for country name
* <p>
* @param countryI18nkey i18n key for country name
*/
- public void setCountryI18nkey (final String countryI18nkey);
+ void setCountryI18nkey (final String countryI18nkey);
/**
* Getter for whether the local dial prefix is required for local calls
* <p>
* @return Whether the local dial prefix is required
*/
- public Boolean getCountryIsLocalPrefixRequired ();
+ Boolean getCountryIsLocalPrefixRequired ();
/**
* Setter for whether the local dial prefix is required for local calls
* @param countryIsLocalPrefixRequired Whether the local dial prefix is
* required
*/
- public void setCountryIsLocalPrefixRequired (final Boolean countryIsLocalPrefixRequired);
+ void setCountryIsLocalPrefixRequired (final Boolean countryIsLocalPrefixRequired);
@Override
- public boolean equals (final Object object);
+ boolean equals (final Object object);
@Override
- public int hashCode ();
+ int hashCode ();
}