Class FindLinks

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindLinks
All Implemented Interfaces:
Serializable

public class FindLinks extends ValueClass implements Serializable
Finds the links of an object.
Since:
9.00.000.028
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    The Object to search for its links.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setObjectId(String objectId)
     
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • objectId

      protected String objectId
      The Object to search for its links.
  • Constructor Details

    • FindLinks

      public FindLinks()
  • Method Details

    • getObjectId

      public String getObjectId()
    • setObjectId

      public void setObjectId(String objectId)
    • toString

      public String toString()
      Overrides:
      toString in class Object