public class Floc extends Object implements Serializable
Constructor and Description |
---|
Floc() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getNumberOfShards() |
HashMap<String,String> |
getPropertyBag() |
ShardMethodEnum |
getShardMethod() |
HashSet<StoreRef> |
getStoreRefs() |
String |
getTemplate() |
boolean |
hasContent() |
int |
hashCode() |
void |
setHasContent(boolean hasContent) |
void |
setNumberOfShards(int numberOfShards) |
void |
setPropertyBag(HashMap<String,String> propertyBag) |
void |
setShardMethod(ShardMethodEnum shardMethod) |
void |
setStoreRefs(HashSet<StoreRef> storeRefs) |
void |
setTemplate(String template) |
String |
toString() |
public void setStoreRefs(HashSet<StoreRef> storeRefs)
storeRefs
- the storeRefs to setpublic int getNumberOfShards()
public void setNumberOfShards(int numberOfShards)
numberOfShards
- the numberOfShards to setpublic ShardMethodEnum getShardMethod()
public void setShardMethod(ShardMethodEnum shardMethod)
shardMethod
- the shardMethod to setpublic String getTemplate()
public void setTemplate(String template)
template
- the template to setpublic boolean hasContent()
public void setHasContent(boolean hasContent)
hasContent
- the hasContent to setpublic void setPropertyBag(HashMap<String,String> propertyBag)
propertyBag
- the propertyBag to setCopyright © 2005–2018 Alfresco Software. All rights reserved.