Library | Package Java Toolkit

Interface FolderAssignment

package com.ptc.pfc.pfcServer;

public interface FolderAssignment
  extends jxobject



Description

This class describes folder assignment details.



Method Summary
StringGetFolder ()
    Get method for attribute "Folder"
    Specifies the folder location on the server in which a certain object will be checked in
StringGetModelName ()
    Get method for attribute "ModelName"
    Specifies the name of the model to checkin.
voidSetFolder (String value)
    Set method for attribute "Folder"
    Specifies the folder location on the server in which a certain object will be checked in
voidSetModelName (String value)
    Set method for attribute "ModelName"
    Specifies the name of the model to checkin.

Method Detail

GetFolder/SetFolder

StringGetFolder ()
voidSetFolder (String value)


    Specifies the folder location on the server in which a certain object will be checked in



GetModelName/SetModelName

StringGetModelName ()
voidSetModelName (String value)


    Specifies the name of the model to checkin.