Class DefaultUserFacadeTest.MockAddressModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.core.model.user.AddressModel
-
- de.hybris.platform.commercefacades.user.impl.DefaultUserFacadeTest.MockAddressModel
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DefaultUserFacadeTest
protected static class DefaultUserFacadeTest.MockAddressModel extends AddressModel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.core.model.user.AddressModel
_TYPECODE, _USER2ADDRESSES, ADCITY, APPARTMENT, BILLINGADDRESS, BUILDING, CELLPHONE, CITY, CITYDISTRICT, COMPANY, COMPANYNAME, CONTACTADDRESS, CONTACTNAME, COUNTRY, COUNTRYNAME, DATEOFBIRTH, DELIVERYADDRESSS2CARTTOORDERCRONJOB, DEPARTMENT, DISTRICT, DUPLICATE, EMAIL, FAX, FIRSTNAME, FULLNAME, GENDER, ISDEFAULT, ISDELETE, LASTNAME, LATITUDE, LINE1, LINE2, LONGITUDE, MIDDLENAME, MIDDLENAME2, ORIGINAL, OWNERTYPE, PAYMENTADDRESSS2CARTTOORDERCRONJOB, PHONE1, PHONE2, POBOX, POSTALCODE, PUBLICKEY, REGION, REMARKS, SAPADDRESSUSAGE, SAPADDRESSUSAGECOUNTER, SAPADDRESSUUID, SAPCUSTOMERID, SAPMESSAGEFUNCTION, SHIPPINGADDRESS, STATE, STREET, STREETAPPENDIX, STREETNAME, STREETNUMBER, TITLE, TOWN, TYPEQUALIFIER, UNLOADINGADDRESS, URL, VISIBLEINADDRESSBOOK
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description MockAddressModel(long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountryModelgetCountry()Generated method - Getter of theAddress.countryattribute defined at extensioncore.PKgetPk()voidsetCountry(CountryModel value)Generated method - Setter ofAddress.countryattribute defined at extensioncore.-
Methods inherited from class de.hybris.platform.core.model.user.AddressModel
getAdCity, getAppartment, getBillingAddress, getBuilding, getCellphone, getCity, getCityDistrict, getCompany, getCompanyName, getContactAddress, getContactName, getCountryName, getDateofbirth, getDateOfBirth, getDeliveryAddresss2CartToOrderCronJob, getDepartment, getDistrict, getDuplicate, getEmail, getFax, getFirstname, getFullname, getGender, getIsDefault, getIsDelete, getLastname, getLatitude, getLine1, getLine2, getLongitude, getMiddlename, getMiddlename2, getOriginal, getOwnerType, getPaymentAddresss2CartToOrderCronJob, getPhone1, getPhone2, getPobox, getPostalcode, getPublicKey, getRegion, getRemarks, getSapAddressUsage, getSapAddressUsageCounter, getSapAddressUUID, getSapCustomerID, getSapMessageFunction, getShippingAddress, getState, getStreet, getStreetAppendix, getStreetname, getStreetnumber, getTitle, getTown, getTypeQualifier, getUnloadingAddress, getUrl, getVisibleInAddressBook, setAdCity, setAppartment, setBillingAddress, setBuilding, setCellphone, setCity, setCityDistrict, setCompany, setCompanyName, setContactAddress, setContactName, setCountryName, setDateofbirth, setDateOfBirth, setDeliveryAddresss2CartToOrderCronJob, setDepartment, setDistrict, setDuplicate, setEmail, setFax, setFirstname, setFullname, setGender, setIsDefault, setIsDelete, setLastname, setLatitude, setLine1, setLine2, setLongitude, setMiddlename, setMiddlename2, setOriginal, setOwner, setOwnerType, setPaymentAddresss2CartToOrderCronJob, setPhone1, setPhone2, setPobox, setPostalcode, setPublicKey, setRegion, setRemarks, setSapAddressUsage, setSapAddressUsageCounter, setSapAddressUUID, setSapCustomerID, setSapMessageFunction, setShippingAddress, setState, setStreet, setStreetAppendix, setStreetname, setStreetnumber, setTitle, setTown, setUnloadingAddress, setUrl, setVisibleInAddressBook
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Method Detail
-
getPk
public PK getPk()
- Overrides:
getPkin classAbstractItemModel
-
getCountry
public CountryModel getCountry()
Description copied from class:AddressModelGenerated method - Getter of theAddress.countryattribute defined at extensioncore.- Overrides:
getCountryin classAddressModel- Returns:
- the country
-
setCountry
public void setCountry(CountryModel value)
Description copied from class:AddressModelGenerated method - Setter ofAddress.countryattribute defined at extensioncore.- Overrides:
setCountryin classAddressModel- Parameters:
value- the country
-
-