public class KeyedFileAssignment
extends Object
implements Serializable
Constructor and Description |
---|
KeyedFileAssignment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
KeyedFileAssignment |
fileId(String fileId) |
String |
getFileId()
The id of the file to be assigned
|
int |
hashCode() |
void |
setFileId(String fileId) |
String |
toString() |
public KeyedFileAssignment fileId(String fileId)
public String getFileId()
public void setFileId(String fileId)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object