Share via


LogisticsPostalAddressEntity Class [AX 2012]

A class that retrieves a postal address.

Syntax

class LogisticsPostalAddressEntity extends LogisticsLocationEntity

Run On

Called

Methods

  Method Description
Gg837608.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif createLocationCopy (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif createLocationCopyEx Creates a location copy by using the current LogisticsLocationEntity object. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif createPostalAddress Creates a postal address from a view.
Gg837608.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif getElectronicAddress (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getElectronicAddressOn (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getEmail (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getLocator Returns the locator object of the electronic address record. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getLocatorExtension Gets the locator extension of the electronic address record. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getLogisticsLocation (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getPhone (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getPhoneLocal (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getPostalAddress (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getPostalAddressOn (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getTeleFax (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getTelex (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif getURL (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif initFromLogisticsLocation (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif initFromView Initializes the postal address from the view.
Gg837608.pubmethod(en-us,AX.60).gif initializeElectronicAddress Initializes the electronic address fields (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif parmDunsNumber Gets or sets the DunsNumber parameter. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif parmLocationDescription Gets or sets the LocationDescription parameter. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif parmLocationId Gets or sets the LocationId parameter. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif parmLocationRecId Gets or sets the LocationRecId parameter. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif parmOrig Gets or sets the Orig parameter. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif parmTransDateTime Gets or sets the TransDateTime parameter. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif parmUpdate Gets or sets the Update parameter. (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif setElectronicAddressOn (Inherited from LogisticsLocationEntity.)
Gg837608.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg837608.pubmethod(en-us,AX.60).gif Gg837608.static(en-us,AX.60).gif ::construct Initializes a new instance of the LogisticsPostalAddressEntity class.
Gg837608.pubmethod(en-us,AX.60).gif Gg837608.static(en-us,AX.60).gif ::searchAddress Searches the address matching the view values.
Gg837608.pubmethod(en-us,AX.60).gif Gg837608.static(en-us,AX.60).gif ::validate Validates the view.

Top

Inheritance Hierarchy

Object Class
  LogisticsLocationEntity Class
    LogisticsPostalAddressEntity Class