public class FunctionPackage
extends step.core.accessors.AbstractOrganizableObject
Function
Modifier and Type | Field and Description |
---|---|
protected List<org.bson.types.ObjectId> |
functions
Keep track of the functions added by this package
|
protected Map<String,String> |
packageAttributes |
protected String |
packageLibrariesLocation |
protected String |
packageLocation |
protected String |
referencePackageId |
protected boolean |
watchForChange |
Constructor and Description |
---|
FunctionPackage() |
Modifier and Type | Method and Description |
---|---|
List<org.bson.types.ObjectId> |
getFunctions() |
Map<String,String> |
getPackageAttributes() |
String |
getPackageLibrariesLocation() |
String |
getPackageLocation() |
String |
getReferencePackageId() |
boolean |
isWatchForChange() |
void |
setFunctions(List<org.bson.types.ObjectId> functions) |
void |
setPackageAttributes(Map<String,String> packageAttributes) |
void |
setPackageLibrariesLocation(String packageLibrariesLocation) |
void |
setPackageLocation(String packageLocation) |
void |
setReferencePackageId(String referencePackageId) |
void |
setWatchForChange(boolean watchForChange) |
String |
toString() |
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
protected String packageLibrariesLocation
protected String packageLocation
protected String referencePackageId
protected boolean watchForChange
protected List<org.bson.types.ObjectId> functions
public String getPackageLibrariesLocation()
public void setPackageLibrariesLocation(String packageLibrariesLocation)
public String getPackageLocation()
Resource
public void setReferencePackageId(String referencePackageId)
public String getReferencePackageId()
Resource
public void setPackageLocation(String packageLocation)
public boolean isWatchForChange()
public void setWatchForChange(boolean watchForChange)
public Map<String,String> getPackageAttributes()
public List<org.bson.types.ObjectId> getFunctions()
public void setFunctions(List<org.bson.types.ObjectId> functions)
Copyright © 2020. All rights reserved.